#0C314A

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

Shades of Blue Whale #0C314A

Tints of Blue Whale #0C314A

Color information

#0C314A (or 0x0C314A) is unknown color: approx Blue Whale. HEX triplet: 0C, 31 and 4A. RGB value is (12,49,74). Sum of RGB (Red+Green+Blue) = 12+49+74=135 (17% of max value = 765). Red value is 12 (5.08% from 255 or 8.89% from 135); Green value is 49 (19.53% from 255 or 36.30% from 135); Blue value is 74 (29.30% from 255 or 54.81% from 135); Max value from RGB is 74 - color contains mainly: blue. Hex color #0C314A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C314A is #F3CEB5. Grayscale: #282828. Windows color (decimal): -15978166 or 4862220. OLE color: 4862220.

HSL color Cylindrical-coordinate representation of color #0C314A: hue angle of 204.19º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0C314A is Cyan = 0.84, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB124974-
CMYK0.840.3400.71
HSL204.19º72.09%16.86%-
HSV(B)204.19º83.78%29.02%-
XYZ2.492.776.88-
YUV40.79146.74107.47-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.89%
GREEN value IS 49 (19.53% from 255) = 36.30%
BLUE value IS 74 (29.30% from 255) = 54.81%
R=8.89%
G=36.30%
B=54.81%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1249740.840.3400.71204.1972.0916.86
HexC314A5422047cc4811
Octal146111212442010731411021
Binary1100110001100101010101001000100100011111001100100100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C314A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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