#0B324D

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

Shades of Blue Whale #0B324D

Tints of Blue Whale #0B324D

Color information

#0B324D (or 0x0B324D) is unknown color: approx Blue Whale. HEX triplet: 0B, 32 and 4D. RGB value is (11,50,77). Sum of RGB (Red+Green+Blue) = 11+50+77=138 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.97% from 138); Green value is 50 (19.92% from 255 or 36.23% from 138); Blue value is 77 (30.47% from 255 or 55.80% from 138); Max value from RGB is 77 - color contains mainly: blue. Hex color #0B324D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B324D is #F4CDB2. Grayscale: #292929. Windows color (decimal): -16043443 or 5059083. OLE color: 5059083.

HSL color Cylindrical-coordinate representation of color #0B324D: hue angle of 204.55º degrees, saturation: 0.75, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0B324D is Cyan = 0.86, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB115077-
CMYK0.860.3500.70
HSL204.55º75%17.25%-
HSV(B)204.55º85.71%30.2%-
XYZ2.622.897.44-
YUV41.42148.08106.3-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.97%
GREEN value IS 50 (19.92% from 255) = 36.23%
BLUE value IS 77 (30.47% from 255) = 55.80%
R=7.97%
G=36.23%
B=55.80%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1150770.860.3500.70204.557517.25
HexB324D5623046cd4b11
Octal136211512643010631511321
Binary1011110010100110110101101000110100011011001101100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B324D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,50,77); }

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

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

 a { background-color: rgb(11,50,77); }

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

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

 span { border-color: rgb(11,50,77); }

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