#12394C

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

Shades of Blue Whale #12394C

Tints of Blue Whale #12394C

Color information

#12394C (or 0x12394C) is unknown color: approx Blue Whale. HEX triplet: 12, 39 and 4C. RGB value is (18,57,76). Sum of RGB (Red+Green+Blue) = 18+57+76=151 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.92% from 151); Green value is 57 (22.66% from 255 or 37.75% from 151); Blue value is 76 (30.08% from 255 or 50.33% from 151); Max value from RGB is 76 - color contains mainly: blue. Hex color #12394C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12394C is #EDC6B3. Grayscale: #2F2F2F. Windows color (decimal): -15582900 or 4995346. OLE color: 4995346.

HSL color Cylindrical-coordinate representation of color #12394C: hue angle of 199.66º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #12394C is Cyan = 0.76, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB185776-
CMYK0.760.2500.70
HSL199.66º61.7%18.43%-
HSV(B)199.66º76.32%29.8%-
XYZ3.023.587.37-
YUV47.5144.08106.96-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.92%
GREEN value IS 57 (22.66% from 255) = 37.75%
BLUE value IS 76 (30.08% from 255) = 50.33%
R=11.92%
G=37.75%
B=50.33%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1857760.760.2500.70199.6661.718.43
Hex12394C4C19046c83e12
Octal22711141143101063107622
Binary100101110011001100100110011001010001101100100011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12394C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12394C; }

 p { color: rgb(18,57,76); }

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

<style>
 a { background-color: #12394C; }

 a { background-color: rgb(18,57,76); }

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

<style>
 span { border-color: #12394C; }

 span { border-color: rgb(18,57,76); }

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