#12344F

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

Shades of Blue Whale #12344F

Tints of Blue Whale #12344F

Color information

#12344F (or 0x12344F) is unknown color: approx Blue Whale. HEX triplet: 12, 34 and 4F. RGB value is (18,52,79). Sum of RGB (Red+Green+Blue) = 18+52+79=149 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.08% from 149); Green value is 52 (20.70% from 255 or 34.90% from 149); Blue value is 79 (31.25% from 255 or 53.02% from 149); Max value from RGB is 79 - color contains mainly: blue. Hex color #12344F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12344F is #EDCBB0. Grayscale: #2C2C2C. Windows color (decimal): -15584177 or 5190674. OLE color: 5190674.

HSL color Cylindrical-coordinate representation of color #12344F: hue angle of 206.56º degrees, saturation: 0.63, 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 #12344F is Cyan = 0.77, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB185279-
CMYK0.770.3400.69
HSL206.56º62.89%19.02%-
HSV(B)206.56º77.22%30.98%-
XYZ2.893.157.85-
YUV44.91147.24108.8-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.08%
GREEN value IS 52 (20.70% from 255) = 34.90%
BLUE value IS 79 (31.25% from 255) = 53.02%
R=12.08%
G=34.90%
B=53.02%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1852790.770.3400.69206.5662.8919.02
Hex12344F4D22045cf3f13
Octal22641171154201053177723
Binary1001011010010011111001101100010010001011100111111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12344F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12344F; }

 p { color: rgb(18,52,79); }

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

<style>
 a { background-color: #12344F; }

 a { background-color: rgb(18,52,79); }

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

<style>
 span { border-color: #12344F; }

 span { border-color: rgb(18,52,79); }

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