Html Css Color HEX #12376D Prussian Blue

📋 copy color: '#12376D'

red 18 ◦ green 55 ◦ blue 109

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

Shades of Prussian Blue #12376D

Tints of Prussian Blue #12376D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 30.22%

 BLUE value IS 109 (42.97% from 255) = 59.89%

R = 9.89%
G = 30.22%
B = 59.89%

CMYK

 C value IS 0.83

 M value IS 0.50

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#12376D (or 0x12376D) is known color: Prussian Blue. HEX triplet: 12, 37 and 6D. RGB value is (18,55,109). Sum of RGB (Red+Green+Blue) = 18+55+109=182 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.89% from 182); Green value is 55 (21.88% from 255 or 30.22% from 182); Blue value is 109 (42.97% from 255 or 59.89% from 182); Max value from RGB is 109 - color contains mainly: blue. Hex color #12376D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12376D is #EDC892. Grayscale: #313131. Windows color (decimal): -15583379 or 7157522. OLE color: 7157522.

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

Color convert

RGB 18 55 109 -
CMYK 0.83 0.50 0 0.57
HSL 215.6º 0.72% 0.25% -
HSV(B) 215.6º 0.83% 0.43% -
XYZ 4.38 3.97 15 -
YUV 50.09 161.24 105.11 -
System Red Green Blue C M Y K H S L
Decimal 18 55 109 0.83 0.50 0 0.57 215.6 0.72 0.25
Hex 12 37 6D 53 32 0 39 D8 48 19
Octal 22 67 155 123 62 0 71 330 110 31
Binary 10010 110111 1101101 1010011 110010 0 111001 11011000 1001000 11001

Color Harmonies of #12376D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12376D

Black with #12376D

Text Example


Text Example

White with #12376D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12376D; }

 p { color: rgb(18,55,109); }

 H1.HeaderClassName
 {
   color: #12376D;
 }
 .AnyTagClassName
 {
   color: #12376D;
 }
</style>

background-color css

<style>
 a { background-color: #12376D; }

 a { background-color: rgb(18,55,109); }

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

border-color css

<style>
 span { border-color: #12376D; }

 span { border-color: rgb(18,55,109); }

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