#0C354F

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

Shades of Blue Whale #0C354F

Tints of Blue Whale #0C354F

Color information

#0C354F (or 0x0C354F) is unknown color: approx Blue Whale. HEX triplet: 0C, 35 and 4F. RGB value is (12,53,79). Sum of RGB (Red+Green+Blue) = 12+53+79=144 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.33% from 144); Green value is 53 (21.09% from 255 or 36.81% from 144); Blue value is 79 (31.25% from 255 or 54.86% from 144); Max value from RGB is 79 - color contains mainly: blue. Hex color #0C354F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C354F is #F3CAB0. Grayscale: #2B2B2B. Windows color (decimal): -15977137 or 5190924. OLE color: 5190924.

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

Color convert

RGB125379-
CMYK0.850.3300.69
HSL203.28º73.63%17.84%-
HSV(B)203.28º84.81%30.98%-
XYZ2.843.197.86-
YUV43.7147.92105.39-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.33%
GREEN value IS 53 (21.09% from 255) = 36.81%
BLUE value IS 79 (31.25% from 255) = 54.86%
R=8.33%
G=36.81%
B=54.86%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1253790.850.3300.69203.2873.6317.84
HexC354F5521045cb4a12
Octal146511712541010531311222
Binary1100110101100111110101011000010100010111001011100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C354F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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