#0C3345

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

Shades of Blue Whale #0C3345

Tints of Blue Whale #0C3345

Color information

#0C3345 (or 0x0C3345) is unknown color: approx Blue Whale. HEX triplet: 0C, 33 and 45. RGB value is (12,51,69). Sum of RGB (Red+Green+Blue) = 12+51+69=132 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.09% from 132); Green value is 51 (20.31% from 255 or 38.64% from 132); Blue value is 69 (27.34% from 255 or 52.27% from 132); Max value from RGB is 69 - color contains mainly: blue. Hex color #0C3345 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C3345 is #F3CCBA. Grayscale: #292929. Windows color (decimal): -15977659 or 4535052. OLE color: 4535052.

HSL color Cylindrical-coordinate representation of color #0C3345: hue angle of 198.95º degrees, saturation: 0.7, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0C3345 is Cyan = 0.83, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB125169-
CMYK0.830.2600.73
HSL198.95º70.37%15.88%-
HSV(B)198.95º82.61%27.06%-
XYZ2.412.886.06-
YUV41.39143.58107.04-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.09%
GREEN value IS 51 (20.31% from 255) = 38.64%
BLUE value IS 69 (27.34% from 255) = 52.27%
R=9.09%
G=38.64%
B=52.27%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1251690.830.2600.73198.9570.3715.88
HexC3345531A049c74610
Octal146310512332011130710620
Binary110011001110001011010011110100100100111000111100011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C3345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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