#0D3251

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

Shades of Blue Whale #0D3251

Tints of Blue Whale #0D3251

Color information

#0D3251 (or 0x0D3251) is unknown color: approx Blue Whale. HEX triplet: 0D, 32 and 51. RGB value is (13,50,81). Sum of RGB (Red+Green+Blue) = 13+50+81=144 (19% of max value = 765). Red value is 13 (5.47% from 255 or 9.03% from 144); Green value is 50 (19.92% from 255 or 34.72% from 144); Blue value is 81 (32.03% from 255 or 56.25% from 144); Max value from RGB is 81 - color contains mainly: blue. Hex color #0D3251 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3251 is #F2CDAE. Grayscale: #2A2A2A. Windows color (decimal): -15912367 or 5321229. OLE color: 5321229.

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

Color convert

RGB135081-
CMYK0.840.3800.68
HSL207.35º72.34%18.43%-
HSV(B)207.35º83.95%31.76%-
XYZ2.792.968.21-
YUV42.47149.74106.98-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 9.03%
GREEN value IS 50 (19.92% from 255) = 34.72%
BLUE value IS 81 (32.03% from 255) = 56.25%
R=9.03%
G=34.72%
B=56.25%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1350810.840.3800.68207.3572.3418.43
HexD32515426044cf4812
Octal156212112446010431711022
Binary1101110010101000110101001001100100010011001111100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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