#0C354D

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

Shades of Blue Whale #0C354D

Tints of Blue Whale #0C354D

Color information

#0C354D (or 0x0C354D) is unknown color: approx Blue Whale. HEX triplet: 0C, 35 and 4D. RGB value is (12,53,77). Sum of RGB (Red+Green+Blue) = 12+53+77=142 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.45% from 142); Green value is 53 (21.09% from 255 or 37.32% from 142); Blue value is 77 (30.47% from 255 or 54.23% from 142); Max value from RGB is 77 - color contains mainly: blue. Hex color #0C354D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C354D is #F3CAB2. Grayscale: #2B2B2B. Windows color (decimal): -15977139 or 5059852. OLE color: 5059852.

HSL color Cylindrical-coordinate representation of color #0C354D: hue angle of 202.15º degrees, saturation: 0.73, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0C354D is Cyan = 0.84, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB125377-
CMYK0.840.3100.70
HSL202.15º73.03%17.45%-
HSV(B)202.15º84.42%30.2%-
XYZ2.763.167.49-
YUV43.48146.92105.55-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.45%
GREEN value IS 53 (21.09% from 255) = 37.32%
BLUE value IS 77 (30.47% from 255) = 54.23%
R=8.45%
G=37.32%
B=54.23%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1253770.840.3100.70202.1573.0317.45
HexC354D541F046ca4911
Octal146511512437010631211121
Binary110011010110011011010100111110100011011001010100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C354D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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