#0C364D

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

Shades of Blue Whale #0C364D

Tints of Blue Whale #0C364D

Color information

#0C364D (or 0x0C364D) is unknown color: approx Blue Whale. HEX triplet: 0C, 36 and 4D. RGB value is (12,54,77). Sum of RGB (Red+Green+Blue) = 12+54+77=143 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.39% from 143); Green value is 54 (21.48% from 255 or 37.76% from 143); Blue value is 77 (30.47% from 255 or 53.85% from 143); Max value from RGB is 77 - color contains mainly: blue. Hex color #0C364D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C364D is #F3C9B2. Grayscale: #2B2B2B. Windows color (decimal): -15976883 or 5060108. OLE color: 5060108.

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

Color convert

RGB125477-
CMYK0.840.3000.70
HSL201.23º73.03%17.45%-
HSV(B)201.23º84.42%30.2%-
XYZ2.813.257.5-
YUV44.06146.59105.13-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.39%
GREEN value IS 54 (21.48% from 255) = 37.76%
BLUE value IS 77 (30.47% from 255) = 53.85%
R=8.39%
G=37.76%
B=53.85%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1254770.840.3000.70201.2373.0317.45
HexC364D541E046c94911
Octal146611512436010631111121
Binary110011011010011011010100111100100011011001001100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C364D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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