#0C364F

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

Shades of Blue Whale #0C364F

Tints of Blue Whale #0C364F

Color information

#0C364F (or 0x0C364F) is unknown color: approx Blue Whale. HEX triplet: 0C, 36 and 4F. RGB value is (12,54,79). Sum of RGB (Red+Green+Blue) = 12+54+79=145 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.28% from 145); Green value is 54 (21.48% from 255 or 37.24% from 145); Blue value is 79 (31.25% from 255 or 54.48% from 145); Max value from RGB is 79 - color contains mainly: blue. Hex color #0C364F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C364F is #F3C9B0. Grayscale: #2C2C2C. Windows color (decimal): -15976881 or 5191180. OLE color: 5191180.

HSL color Cylindrical-coordinate representation of color #0C364F: hue angle of 202.39º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0C364F is Cyan = 0.85, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB125479-
CMYK0.850.3200.69
HSL202.39º73.63%17.84%-
HSV(B)202.39º84.81%30.98%-
XYZ2.883.287.88-
YUV44.29147.59104.97-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.28%
GREEN value IS 54 (21.48% from 255) = 37.24%
BLUE value IS 79 (31.25% from 255) = 54.48%
R=8.28%
G=37.24%
B=54.48%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1254790.850.3200.69202.3973.6317.84
HexC364F5520045ca4a12
Octal146611712540010531211222
Binary1100110110100111110101011000000100010111001010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C364F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,54,79); }

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

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

 a { background-color: rgb(12,54,79); }

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

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

 span { border-color: rgb(12,54,79); }

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