#0C3147

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

Shades of Blue Whale #0C3147

Tints of Blue Whale #0C3147

Color information

#0C3147 (or 0x0C3147) is unknown color: approx Blue Whale. HEX triplet: 0C, 31 and 47. RGB value is (12,49,71). Sum of RGB (Red+Green+Blue) = 12+49+71=132 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.09% from 132); Green value is 49 (19.53% from 255 or 37.12% from 132); Blue value is 71 (28.12% from 255 or 53.79% from 132); Max value from RGB is 71 - color contains mainly: blue. Hex color #0C3147 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C3147 is #F3CEB8. Grayscale: #282828. Windows color (decimal): -15978169 or 4665612. OLE color: 4665612.

HSL color Cylindrical-coordinate representation of color #0C3147: hue angle of 202.37º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0C3147 is Cyan = 0.83, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB124971-
CMYK0.830.3100.72
HSL202.37º71.08%16.27%-
HSV(B)202.37º83.1%27.84%-
XYZ2.392.736.36-
YUV40.44145.24107.71-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.09%
GREEN value IS 49 (19.53% from 255) = 37.12%
BLUE value IS 71 (28.12% from 255) = 53.79%
R=9.09%
G=37.12%
B=53.79%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1249710.830.3100.72202.3771.0816.27
HexC3147531F048ca4710
Octal146110712337011031210720
Binary110011000110001111010011111110100100011001010100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C3147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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