#0C3546

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

Shades of Blue Whale #0C3546

Tints of Blue Whale #0C3546

Color information

#0C3546 (or 0x0C3546) is unknown color: approx Blue Whale. HEX triplet: 0C, 35 and 46. RGB value is (12,53,70). Sum of RGB (Red+Green+Blue) = 12+53+70=135 (17% of max value = 765). Red value is 12 (5.08% from 255 or 8.89% from 135); Green value is 53 (21.09% from 255 or 39.26% from 135); Blue value is 70 (27.73% from 255 or 51.85% from 135); Max value from RGB is 70 - color contains mainly: blue. Hex color #0C3546 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C3546 is #F3CAB9. Grayscale: #2A2A2A. Windows color (decimal): -15977146 or 4601100. OLE color: 4601100.

HSL color Cylindrical-coordinate representation of color #0C3546: hue angle of 197.59º degrees, saturation: 0.71, 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 #0C3546 is Cyan = 0.83, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB125370-
CMYK0.830.2400.73
HSL197.59º70.73%16.08%-
HSV(B)197.59º82.86%27.45%-
XYZ2.533.076.25-
YUV42.68143.42106.12-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.89%
GREEN value IS 53 (21.09% from 255) = 39.26%
BLUE value IS 70 (27.73% from 255) = 51.85%
R=8.89%
G=39.26%
B=51.85%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1253700.830.2400.73197.5970.7316.08
HexC35465318049c64710
Octal146510612330011130610720
Binary110011010110001101010011110000100100111000110100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C3546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,53,70); }

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

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

 a { background-color: rgb(12,53,70); }

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

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

 span { border-color: rgb(12,53,70); }

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