Html Css Color HEX #12366E Prussian Blue

📋 copy color: '#12366E'

red 18 ◦ green 54 ◦ blue 110

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

Shades of Prussian Blue #12366E

Tints of Prussian Blue #12366E

RGB

 RED value IS 18 (7.42% from 255) = 9.89%

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

 BLUE value IS 110 (43.36% from 255) = 60.44%

R = 9.89%
G = 29.67%
B = 60.44%

CMYK

 C value IS 0.84

 M value IS 0.51

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#12366E (or 0x12366E) is known color: Prussian Blue. HEX triplet: 12, 36 and 6E. RGB value is (18,54,110). Sum of RGB (Red+Green+Blue) = 18+54+110=182 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.89% from 182); Green value is 54 (21.48% from 255 or 29.67% from 182); Blue value is 110 (43.36% from 255 or 60.44% from 182); Max value from RGB is 110 - color contains mainly: blue. Hex color #12366E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12366E is #EDC991. Grayscale: #313131. Windows color (decimal): -15583634 or 7222802. OLE color: 7222802.

HSL color Cylindrical-coordinate representation of color #12366E: hue angle of 216.52º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #12366E is Cyan = 0.84, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 18 54 110 -
CMYK 0.84 0.51 0 0.57
HSL 216.52º 0.72% 0.25% -
HSV(B) 216.52º 0.84% 0.43% -
XYZ 4.38 3.89 15.27 -
YUV 49.62 162.07 105.45 -
System Red Green Blue C M Y K H S L
Decimal 18 54 110 0.84 0.51 0 0.57 216.52 0.72 0.25
Hex 12 36 6E 54 33 0 39 D9 48 19
Octal 22 66 156 124 63 0 71 331 110 31
Binary 10010 110110 1101110 1010100 110011 0 111001 11011001 1001000 11001

Color Harmonies of #12366E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12366E

Black with #12366E

Text Example


Text Example

White with #12366E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12366E; }

 p { color: rgb(18,54,110); }

 H1.HeaderClassName
 {
   color: #12366E;
 }
 .AnyTagClassName
 {
   color: #12366E;
 }
</style>

background-color css

<style>
 a { background-color: #12366E; }

 a { background-color: rgb(18,54,110); }

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

border-color css

<style>
 span { border-color: #12366E; }

 span { border-color: rgb(18,54,110); }

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