Html Css Color HEX #12374E Blue Whale

📋 copy color: '#12374E'

red 18 ◦ green 55 ◦ blue 78

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

Shades of Blue Whale #12374E

Tints of Blue Whale #12374E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 51.66%

R = 11.92%
G = 36.42%
B = 51.66%

CMYK

 C value IS 0.77

 M value IS 0.29

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#12374E (or 0x12374E) is known color: Blue Whale. HEX triplet: 12, 37 and 4E. RGB value is (18,55,78). Sum of RGB (Red+Green+Blue) = 18+55+78=151 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.92% from 151); Green value is 55 (21.88% from 255 or 36.42% from 151); Blue value is 78 (30.86% from 255 or 51.66% from 151); Max value from RGB is 78 - color contains mainly: blue. Hex color #12374E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12374E is #EDC8B1. Grayscale: #2E2E2E. Windows color (decimal): -15583410 or 5125906. OLE color: 5125906.

HSL color Cylindrical-coordinate representation of color #12374E: hue angle of 203º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #12374E is Cyan = 0.77, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 18 55 78 -
CMYK 0.77 0.29 0 0.69
HSL 203º 0.63% 0.19% -
HSV(B) 203º 0.77% 0.31% -
XYZ 2.99 3.41 7.71 -
YUV 46.56 145.74 107.63 -
System Red Green Blue C M Y K H S L
Decimal 18 55 78 0.77 0.29 0 0.69 203 0.63 0.19
Hex 12 37 4E 4D 1D 0 45 CB 3E 13
Octal 22 67 116 115 35 0 105 313 76 23
Binary 10010 110111 1001110 1001101 11101 0 1000101 11001011 111110 10011

Color Harmonies of #12374E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12374E

Black with #12374E

Text Example


Text Example

White with #12374E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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