#0C314C

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

Shades of Blue Whale #0C314C

Tints of Blue Whale #0C314C

Color information

#0C314C (or 0x0C314C) is unknown color: approx Blue Whale. HEX triplet: 0C, 31 and 4C. RGB value is (12,49,76). Sum of RGB (Red+Green+Blue) = 12+49+76=137 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.76% from 137); Green value is 49 (19.53% from 255 or 35.77% from 137); Blue value is 76 (30.08% from 255 or 55.47% from 137); Max value from RGB is 76 - color contains mainly: blue. Hex color #0C314C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C314C is #F3CEB3. Grayscale: #282828. Windows color (decimal): -15978164 or 4993292. OLE color: 4993292.

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

Color convert

RGB124976-
CMYK0.840.3600.70
HSL205.31º72.73%17.25%-
HSV(B)205.31º84.21%29.8%-
XYZ2.552.87.24-
YUV41.02147.74107.3-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.76%
GREEN value IS 49 (19.53% from 255) = 35.77%
BLUE value IS 76 (30.08% from 255) = 55.47%
R=8.76%
G=35.77%
B=55.47%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1249760.840.3600.70205.3172.7317.25
HexC314C5424046cd4911
Octal146111412444010631511121
Binary1100110001100110010101001001000100011011001101100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C314C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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