Html Css Color HEX #10366A Prussian Blue

📋 copy color: '#10366A'

red 16 ◦ green 54 ◦ blue 106

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

Shades of Prussian Blue #10366A

Tints of Prussian Blue #10366A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 30.68%

 BLUE value IS 106 (41.8% from 255) = 60.23%

R = 9.09%
G = 30.68%
B = 60.23%

CMYK

 C value IS 0.85

 M value IS 0.49

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#10366A (or 0x10366A) is known color: Prussian Blue. HEX triplet: 10, 36 and 6A. RGB value is (16,54,106). Sum of RGB (Red+Green+Blue) = 16+54+106=176 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.09% from 176); Green value is 54 (21.48% from 255 or 30.68% from 176); Blue value is 106 (41.80% from 255 or 60.23% from 176); Max value from RGB is 106 - color contains mainly: blue. Hex color #10366A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10366A is #EFC995. Grayscale: #303030. Windows color (decimal): -15714710 or 6960656. OLE color: 6960656.

HSL color Cylindrical-coordinate representation of color #10366A: hue angle of 214.67º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #10366A is Cyan = 0.85, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 16 54 106 -
CMYK 0.85 0.49 0 0.58
HSL 214.67º 0.74% 0.24% -
HSV(B) 214.67º 0.85% 0.42% -
XYZ 4.13 3.79 14.15 -
YUV 48.57 160.41 104.77 -
System Red Green Blue C M Y K H S L
Decimal 16 54 106 0.85 0.49 0 0.58 214.67 0.74 0.24
Hex 10 36 6A 55 31 0 3A D7 4A 18
Octal 20 66 152 125 61 0 72 327 112 30
Binary 10000 110110 1101010 1010101 110001 0 111010 11010111 1001010 11000

Color Harmonies of #10366A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10366A

Black with #10366A

Text Example


Text Example

White with #10366A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,54,106); }

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

background-color css

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

 a { background-color: rgb(16,54,106); }

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

border-color css

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

 span { border-color: rgb(16,54,106); }

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