#12374E

Color #12374E Blue Whale (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Whale #12374E

Tints of Blue Whale #12374E

Color information

#12374E (or 0x12374E) is unknown color: approx 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

RGB185578-
CMYK0.770.2900.69
HSL203º62.5%18.82%-
HSV(B)203º76.92%30.59%-
XYZ2.993.417.71-
YUV46.56145.74107.63-

RGB Variations

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

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 (Cyan) values IS 0.77
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1855780.770.2900.6920362.518.82
Hex12374E4D1D045cb3e13
Octal22671161153501053137623
Binary100101101111001110100110111101010001011100101111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12374E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>