Html Css Color HEX #10366C Prussian Blue

📋 copy color: '#10366C'

red 16 ◦ green 54 ◦ blue 108

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

Shades of Prussian Blue #10366C

Tints of Prussian Blue #10366C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 60.67%

R = 8.99%
G = 30.34%
B = 60.67%

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

#10366C (or 0x10366C) is known color: Prussian Blue. HEX triplet: 10, 36 and 6C. RGB value is (16,54,108). Sum of RGB (Red+Green+Blue) = 16+54+108=178 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.99% from 178); Green value is 54 (21.48% from 255 or 30.34% from 178); Blue value is 108 (42.58% from 255 or 60.67% from 178); Max value from RGB is 108 - color contains mainly: blue. Hex color #10366C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10366C is #EFC993. Grayscale: #303030. Windows color (decimal): -15714708 or 7091728. OLE color: 7091728.

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

Color convert

RGB 16 54 108 -
CMYK 0.85 0.50 0 0.58
HSL 215.22º 0.74% 0.24% -
HSV(B) 215.22º 0.85% 0.42% -
XYZ 4.24 3.83 14.7 -
YUV 48.79 161.41 104.61 -
System Red Green Blue C M Y K H S L
Decimal 16 54 108 0.85 0.50 0 0.58 215.22 0.74 0.24
Hex 10 36 6C 55 32 0 3A D7 4A 18
Octal 20 66 154 125 62 0 72 327 112 30
Binary 10000 110110 1101100 1010101 110010 0 111010 11010111 1001010 11000

Color Harmonies of #10366C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10366C

Black with #10366C

Text Example


Text Example

White with #10366C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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