#12354E

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

Shades of Blue Whale #12354E

Tints of Blue Whale #12354E

Color information

#12354E (or 0x12354E) is unknown color: approx Blue Whale. HEX triplet: 12, 35 and 4E. RGB value is (18,53,78). Sum of RGB (Red+Green+Blue) = 18+53+78=149 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.08% from 149); Green value is 53 (21.09% from 255 or 35.57% from 149); Blue value is 78 (30.86% from 255 or 52.35% from 149); Max value from RGB is 78 - color contains mainly: blue. Hex color #12354E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12354E is #EDCAB1. Grayscale: #2D2D2D. Windows color (decimal): -15583922 or 5125394. OLE color: 5125394.

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

Color convert

RGB185378-
CMYK0.770.3200.69
HSL205º62.5%18.82%-
HSV(B)205º76.92%30.59%-
XYZ2.93.227.68-
YUV45.38146.4108.47-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.08%
GREEN value IS 53 (21.09% from 255) = 35.57%
BLUE value IS 78 (30.86% from 255) = 52.35%
R=12.08%
G=35.57%
B=52.35%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1853780.770.3200.6920562.518.82
Hex12354E4D20045cd3e13
Octal22651161154001053157623
Binary1001011010110011101001101100000010001011100110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12354E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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