#0D324F

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

Shades of Blue Whale #0D324F

Tints of Blue Whale #0D324F

Color information

#0D324F (or 0x0D324F) is unknown color: approx Blue Whale. HEX triplet: 0D, 32 and 4F. RGB value is (13,50,79). Sum of RGB (Red+Green+Blue) = 13+50+79=142 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.15% from 142); Green value is 50 (19.92% from 255 or 35.21% from 142); Blue value is 79 (31.25% from 255 or 55.63% from 142); Max value from RGB is 79 - color contains mainly: blue. Hex color #0D324F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D324F is #F2CDB0. Grayscale: #2A2A2A. Windows color (decimal): -15912369 or 5190157. OLE color: 5190157.

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

Color convert

RGB135079-
CMYK0.840.3700.69
HSL206.36º71.74%18.04%-
HSV(B)206.36º83.54%30.98%-
XYZ2.722.937.82-
YUV42.24148.74107.14-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 9.15%
GREEN value IS 50 (19.92% from 255) = 35.21%
BLUE value IS 79 (31.25% from 255) = 55.63%
R=9.15%
G=35.21%
B=55.63%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1350790.840.3700.69206.3671.7418.04
HexD324F5425045ce4812
Octal156211712445010531611022
Binary1101110010100111110101001001010100010111001110100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D324F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,50,79); }

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

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

 a { background-color: rgb(13,50,79); }

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

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

 span { border-color: rgb(13,50,79); }

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