Html Css Color HEX #10305A Prussian Blue

📋 copy color: '#10305A'

red 16 ◦ green 48 ◦ blue 90

#10305A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Prussian Blue #10305A

Tints of Prussian Blue #10305A

RGB

 RED value IS 16 (6.64% from 255) = 10.39%

 GREEN value IS 48 (19.14% from 255) = 31.17%

 BLUE value IS 90 (35.55% from 255) = 58.44%

R = 10.39%
G = 31.17%
B = 58.44%

CMYK

 C value IS 0.82

 M value IS 0.47

 Y value IS 0

 K value IS 0.65

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#10305A (or 0x10305A) is known color: Prussian Blue. HEX triplet: 10, 30 and 5A. RGB value is (16,48,90). Sum of RGB (Red+Green+Blue) = 16+48+90=154 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.39% from 154); Green value is 48 (19.14% from 255 or 31.17% from 154); Blue value is 90 (35.55% from 255 or 58.44% from 154); Max value from RGB is 90 - color contains mainly: blue. Hex color #10305A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10305A is #EFCFA5. Grayscale: #2B2B2B. Windows color (decimal): -15716262 or 5910544. OLE color: 5910544.

HSL color Cylindrical-coordinate representation of color #10305A: hue angle of 214.05º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #10305A is Cyan = 0.82, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 16 48 90 -
CMYK 0.82 0.47 0 0.65
HSL 214.05º 0.7% 0.21% -
HSV(B) 214.05º 0.82% 0.35% -
XYZ 3.12 2.96 10.08 -
YUV 43.22 154.4 108.58 -
System Red Green Blue C M Y K H S L
Decimal 16 48 90 0.82 0.47 0 0.65 214.05 0.7 0.21
Hex 10 30 5A 52 2F 0 41 D6 46 15
Octal 20 60 132 122 57 0 101 326 106 25
Binary 10000 110000 1011010 1010010 101111 0 1000001 11010110 1000110 10101

Color Harmonies of #10305A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10305A

Black with #10305A

Text Example


Text Example

White with #10305A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10305A; }

 p { color: rgb(16,48,90); }

 H1.HeaderClassName
 {
   color: #10305A;
 }
 .AnyTagClassName
 {
   color: #10305A;
 }
</style>

background-color css

<style>
 a { background-color: #10305A; }

 a { background-color: rgb(16,48,90); }

 div.DivClassName
 {
   background-color: #10305A;
 }
 .BgClassName
 {
   background-color: #10305A;
 }
</style>

border-color css

<style>
 span { border-color: #10305A; }

 span { border-color: rgb(16,48,90); }

 td.TdClassName
 {
   border-color: #10305A;
 }
 .TagClassName
 {
   border-color: #10305A;
 }
</style>