Html Css Color HEX #12376F Prussian Blue

📋 copy color: '#12376F'

red 18 ◦ green 55 ◦ blue 111

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

Shades of Prussian Blue #12376F

Tints of Prussian Blue #12376F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 60.33%

R = 9.78%
G = 29.89%
B = 60.33%

CMYK

 C value IS 0.84

 M value IS 0.50

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#12376F (or 0x12376F) is known color: Prussian Blue. HEX triplet: 12, 37 and 6F. RGB value is (18,55,111). Sum of RGB (Red+Green+Blue) = 18+55+111=184 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.78% from 184); Green value is 55 (21.88% from 255 or 29.89% from 184); Blue value is 111 (43.75% from 255 or 60.33% from 184); Max value from RGB is 111 - color contains mainly: blue. Hex color #12376F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12376F is #EDC890. Grayscale: #323232. Windows color (decimal): -15583377 or 7288594. OLE color: 7288594.

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

Color convert

RGB 18 55 111 -
CMYK 0.84 0.50 0 0.56
HSL 216.13º 0.72% 0.25% -
HSV(B) 216.13º 0.84% 0.44% -
XYZ 4.48 4.01 15.58 -
YUV 50.32 162.24 104.95 -
System Red Green Blue C M Y K H S L
Decimal 18 55 111 0.84 0.50 0 0.56 216.13 0.72 0.25
Hex 12 37 6F 54 32 0 38 D8 48 19
Octal 22 67 157 124 62 0 70 330 110 31
Binary 10010 110111 1101111 1010100 110010 0 111000 11011000 1001000 11001

Color Harmonies of #12376F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12376F

Black with #12376F

Text Example


Text Example

White with #12376F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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