Html Css Color HEX #10366B Prussian Blue

📋 copy color: '#10366B'

red 16 ◦ green 54 ◦ blue 107

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

Shades of Prussian Blue #10366B

Tints of Prussian Blue #10366B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 60.45%

R = 9.04%
G = 30.51%
B = 60.45%

CMYK

 C value IS 0.85

 M value IS 0.50

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#10366B (or 0x10366B) is known color: Prussian Blue. HEX triplet: 10, 36 and 6B. RGB value is (16,54,107). Sum of RGB (Red+Green+Blue) = 16+54+107=177 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.04% from 177); Green value is 54 (21.48% from 255 or 30.51% from 177); Blue value is 107 (42.19% from 255 or 60.45% from 177); Max value from RGB is 107 - color contains mainly: blue. Hex color #10366B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10366B is #EFC994. Grayscale: #303030. Windows color (decimal): -15714709 or 7026192. OLE color: 7026192.

HSL color Cylindrical-coordinate representation of color #10366B: hue angle of 214.95º 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 #10366B is Cyan = 0.85, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 16 54 107 -
CMYK 0.85 0.50 0 0.58
HSL 214.95º 0.74% 0.24% -
HSV(B) 214.95º 0.85% 0.42% -
XYZ 4.19 3.81 14.42 -
YUV 48.68 160.91 104.69 -
System Red Green Blue C M Y K H S L
Decimal 16 54 107 0.85 0.50 0 0.58 214.95 0.74 0.24
Hex 10 36 6B 55 32 0 3A D7 4A 18
Octal 20 66 153 125 62 0 72 327 112 30
Binary 10000 110110 1101011 1010101 110010 0 111010 11010111 1001010 11000

Color Harmonies of #10366B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10366B

Black with #10366B

Text Example


Text Example

White with #10366B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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