#12334D

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

Shades of Blue Whale #12334D

Tints of Blue Whale #12334D

Color information

#12334D (or 0x12334D) is unknown color: approx Blue Whale. HEX triplet: 12, 33 and 4D. RGB value is (18,51,77). Sum of RGB (Red+Green+Blue) = 18+51+77=146 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.33% from 146); Green value is 51 (20.31% from 255 or 34.93% from 146); Blue value is 77 (30.47% from 255 or 52.74% from 146); Max value from RGB is 77 - color contains mainly: blue. Hex color #12334D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12334D is #EDCCB2. Grayscale: #2B2B2B. Windows color (decimal): -15584435 or 5059346. OLE color: 5059346.

HSL color Cylindrical-coordinate representation of color #12334D: hue angle of 206.44º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #12334D is Cyan = 0.77, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB185177-
CMYK0.770.3400.70
HSL206.44º62.11%18.63%-
HSV(B)206.44º76.62%30.2%-
XYZ2.773.037.46-
YUV44.1146.57109.39-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.33%
GREEN value IS 51 (20.31% from 255) = 34.93%
BLUE value IS 77 (30.47% from 255) = 52.74%
R=12.33%
G=34.93%
B=52.74%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1851770.770.3400.70206.4462.1118.63
Hex12334D4D22046ce3e13
Octal22631151154201063167623
Binary1001011001110011011001101100010010001101100111011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12334D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12334D; }

 p { color: rgb(18,51,77); }

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

<style>
 a { background-color: #12334D; }

 a { background-color: rgb(18,51,77); }

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

<style>
 span { border-color: #12334D; }

 span { border-color: rgb(18,51,77); }

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