#0C364E

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

Shades of Blue Whale #0C364E

Tints of Blue Whale #0C364E

Color information

#0C364E (or 0x0C364E) is unknown color: approx Blue Whale. HEX triplet: 0C, 36 and 4E. RGB value is (12,54,78). Sum of RGB (Red+Green+Blue) = 12+54+78=144 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.33% from 144); Green value is 54 (21.48% from 255 or 37.5% from 144); Blue value is 78 (30.86% from 255 or 54.17% from 144); Max value from RGB is 78 - color contains mainly: blue. Hex color #0C364E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C364E is #F3C9B1. Grayscale: #2C2C2C. Windows color (decimal): -15976882 or 5125644. OLE color: 5125644.

HSL color Cylindrical-coordinate representation of color #0C364E: hue angle of 201.82º degrees, saturation: 0.73, 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 #0C364E is Cyan = 0.85, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB125478-
CMYK0.850.3100.69
HSL201.82º73.33%17.65%-
HSV(B)201.82º84.62%30.59%-
XYZ2.853.277.69-
YUV44.18147.09105.05-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.33%
GREEN value IS 54 (21.48% from 255) = 37.5%
BLUE value IS 78 (30.86% from 255) = 54.17%
R=8.33%
G=37.5%
B=54.17%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1254780.850.3100.69201.8273.3317.65
HexC364E551F045ca4912
Octal146611612537010531211122
Binary110011011010011101010101111110100010111001010100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C364E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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