#12394E

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

Shades of Blue Whale #12394E

Tints of Blue Whale #12394E

Color information

#12394E (or 0x12394E) is unknown color: approx Blue Whale. HEX triplet: 12, 39 and 4E. RGB value is (18,57,78). Sum of RGB (Red+Green+Blue) = 18+57+78=153 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.76% from 153); Green value is 57 (22.66% from 255 or 37.25% from 153); Blue value is 78 (30.86% from 255 or 50.98% from 153); Max value from RGB is 78 - color contains mainly: blue. Hex color #12394E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12394E is #EDC6B1. Grayscale: #2F2F2F. Windows color (decimal): -15582898 or 5126418. OLE color: 5126418.

HSL color Cylindrical-coordinate representation of color #12394E: hue angle of 201º 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 #12394E is Cyan = 0.77, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB185778-
CMYK0.770.2700.69
HSL201º62.5%18.82%-
HSV(B)201º76.92%30.59%-
XYZ3.093.67.74-
YUV47.73145.08106.79-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.76%
GREEN value IS 57 (22.66% from 255) = 37.25%
BLUE value IS 78 (30.86% from 255) = 50.98%
R=11.76%
G=37.25%
B=50.98%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1857780.770.2700.6920162.518.82
Hex12394E4D1B045c93e13
Octal22711161153301053117623
Binary100101110011001110100110111011010001011100100111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12394E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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