#0C3351

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

Shades of Blue Whale #0C3351

Tints of Blue Whale #0C3351

Color information

#0C3351 (or 0x0C3351) is unknown color: approx Blue Whale. HEX triplet: 0C, 33 and 51. RGB value is (12,51,81). Sum of RGB (Red+Green+Blue) = 12+51+81=144 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.33% from 144); Green value is 51 (20.31% from 255 or 35.42% from 144); Blue value is 81 (32.03% from 255 or 56.25% from 144); Max value from RGB is 81 - color contains mainly: blue. Hex color #0C3351 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C3351 is #F3CCAE. Grayscale: #2A2A2A. Windows color (decimal): -15977647 or 5321484. OLE color: 5321484.

HSL color Cylindrical-coordinate representation of color #0C3351: hue angle of 206.09º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0C3351 is Cyan = 0.85, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB125181-
CMYK0.850.3700.68
HSL206.09º74.19%18.24%-
HSV(B)206.09º85.19%31.76%-
XYZ2.823.048.22-
YUV42.76149.58106.06-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.33%
GREEN value IS 51 (20.31% from 255) = 35.42%
BLUE value IS 81 (32.03% from 255) = 56.25%
R=8.33%
G=35.42%
B=56.25%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1251810.850.3700.68206.0974.1918.24
HexC33515525044ce4a12
Octal146312112545010431611222
Binary1100110011101000110101011001010100010011001110100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C3351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C3351; }

 p { color: rgb(12,51,81); }

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

<style>
 a { background-color: #0C3351; }

 a { background-color: rgb(12,51,81); }

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

<style>
 span { border-color: #0C3351; }

 span { border-color: rgb(12,51,81); }

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