#0C354C

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

Shades of Blue Whale #0C354C

Tints of Blue Whale #0C354C

Color information

#0C354C (or 0x0C354C) is unknown color: approx Blue Whale. HEX triplet: 0C, 35 and 4C. RGB value is (12,53,76). Sum of RGB (Red+Green+Blue) = 12+53+76=141 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.51% from 141); Green value is 53 (21.09% from 255 or 37.59% from 141); Blue value is 76 (30.08% from 255 or 53.90% from 141); Max value from RGB is 76 - color contains mainly: blue. Hex color #0C354C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C354C is #F3CAB3. Grayscale: #2B2B2B. Windows color (decimal): -15977140 or 4994316. OLE color: 4994316.

HSL color Cylindrical-coordinate representation of color #0C354C: hue angle of 201.56º 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 #0C354C is Cyan = 0.84, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB125376-
CMYK0.840.3000.70
HSL201.56º72.73%17.25%-
HSV(B)201.56º84.21%29.8%-
XYZ2.733.157.3-
YUV43.36146.42105.63-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.51%
GREEN value IS 53 (21.09% from 255) = 37.59%
BLUE value IS 76 (30.08% from 255) = 53.90%
R=8.51%
G=37.59%
B=53.90%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1253760.840.3000.70201.5672.7317.25
HexC354C541E046ca4911
Octal146511412436010631211121
Binary110011010110011001010100111100100011011001010100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C354C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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