Html Css Color HEX #12376B Prussian Blue

📋 copy color: '#12376B'

red 18 ◦ green 55 ◦ blue 107

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

Shades of Prussian Blue #12376B

Tints of Prussian Blue #12376B

RGB

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

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

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

R = 10%
G = 30.56%
B = 59.44%

CMYK

 C value IS 0.83

 M value IS 0.49

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#12376B (or 0x12376B) is known color: Prussian Blue. HEX triplet: 12, 37 and 6B. RGB value is (18,55,107). Sum of RGB (Red+Green+Blue) = 18+55+107=180 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10% from 180); Green value is 55 (21.88% from 255 or 30.56% from 180); Blue value is 107 (42.19% from 255 or 59.44% from 180); Max value from RGB is 107 - color contains mainly: blue. Hex color #12376B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12376B is #EDC894. Grayscale: #313131. Windows color (decimal): -15583381 or 7026450. OLE color: 7026450.

HSL color Cylindrical-coordinate representation of color #12376B: hue angle of 215.06º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #12376B is Cyan = 0.83, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 18 55 107 -
CMYK 0.83 0.49 0 0.58
HSL 215.06º 0.71% 0.25% -
HSV(B) 215.06º 0.83% 0.42% -
XYZ 4.27 3.92 14.44 -
YUV 49.87 160.24 105.27 -
System Red Green Blue C M Y K H S L
Decimal 18 55 107 0.83 0.49 0 0.58 215.06 0.71 0.25
Hex 12 37 6B 53 31 0 3A D7 47 19
Octal 22 67 153 123 61 0 72 327 107 31
Binary 10010 110111 1101011 1010011 110001 0 111010 11010111 1000111 11001

Color Harmonies of #12376B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12376B

Black with #12376B

Text Example


Text Example

White with #12376B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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