#12374A

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

Shades of Blue Whale #12374A

Tints of Blue Whale #12374A

Color information

#12374A (or 0x12374A) is unknown color: approx Blue Whale. HEX triplet: 12, 37 and 4A. RGB value is (18,55,74). Sum of RGB (Red+Green+Blue) = 18+55+74=147 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.24% from 147); Green value is 55 (21.88% from 255 or 37.41% from 147); Blue value is 74 (29.30% from 255 or 50.34% from 147); Max value from RGB is 74 - color contains mainly: blue. Hex color #12374A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12374A is #EDC8B5. Grayscale: #2D2D2D. Windows color (decimal): -15583414 or 4863762. OLE color: 4863762.

HSL color Cylindrical-coordinate representation of color #12374A: hue angle of 200.36º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #12374A is Cyan = 0.76, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB185574-
CMYK0.760.2600.71
HSL200.36º60.87%18.04%-
HSV(B)200.36º75.68%29.02%-
XYZ2.853.366.98-
YUV46.1143.74107.96-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.24%
GREEN value IS 55 (21.88% from 255) = 37.41%
BLUE value IS 74 (29.30% from 255) = 50.34%
R=12.24%
G=37.41%
B=50.34%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1855740.760.2600.71200.3660.8718.04
Hex12374A4C1A047c83d12
Octal22671121143201073107522
Binary100101101111001010100110011010010001111100100011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12374A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #12374A;
 }
 .AnyTagClassName
 {
   color: #12374A;
 }
</style>
background-color css

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

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

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

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

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

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