#0C314D

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

Shades of Blue Whale #0C314D

Tints of Blue Whale #0C314D

Color information

#0C314D (or 0x0C314D) is unknown color: approx Blue Whale. HEX triplet: 0C, 31 and 4D. RGB value is (12,49,77). Sum of RGB (Red+Green+Blue) = 12+49+77=138 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.70% from 138); Green value is 49 (19.53% from 255 or 35.51% from 138); Blue value is 77 (30.47% from 255 or 55.80% from 138); Max value from RGB is 77 - color contains mainly: blue. Hex color #0C314D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C314D is #F3CEB2. Grayscale: #282828. Windows color (decimal): -15978163 or 5058828. OLE color: 5058828.

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

Color convert

RGB124977-
CMYK0.840.3600.70
HSL205.85º73.03%17.45%-
HSV(B)205.85º84.42%30.2%-
XYZ2.592.817.43-
YUV41.13148.24107.22-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.70%
GREEN value IS 49 (19.53% from 255) = 35.51%
BLUE value IS 77 (30.47% from 255) = 55.80%
R=8.70%
G=35.51%
B=55.80%

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
Decimal1249770.840.3600.70205.8573.0317.45
HexC314D5424046ce4911
Octal146111512444010631611121
Binary1100110001100110110101001001000100011011001110100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C314D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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