#0D3148

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

Shades of Blue Whale #0D3148

Tints of Blue Whale #0D3148

Color information

#0D3148 (or 0x0D3148) is unknown color: approx Blue Whale. HEX triplet: 0D, 31 and 48. RGB value is (13,49,72). Sum of RGB (Red+Green+Blue) = 13+49+72=134 (17% of max value = 765). Red value is 13 (5.47% from 255 or 9.70% from 134); Green value is 49 (19.53% from 255 or 36.57% from 134); Blue value is 72 (28.52% from 255 or 53.73% from 134); Max value from RGB is 72 - color contains mainly: blue. Hex color #0D3148 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3148 is #F2CEB7. Grayscale: #282828. Windows color (decimal): -15912632 or 4731149. OLE color: 4731149.

HSL color Cylindrical-coordinate representation of color #0D3148: hue angle of 203.39º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0D3148 is Cyan = 0.82, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB134972-
CMYK0.820.3200.72
HSL203.39º69.41%16.67%-
HSV(B)203.39º81.94%28.24%-
XYZ2.432.756.53-
YUV40.86145.57108.13-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 9.70%
GREEN value IS 49 (19.53% from 255) = 36.57%
BLUE value IS 72 (28.52% from 255) = 53.73%
R=9.70%
G=36.57%
B=53.73%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1349720.820.3200.72203.3969.4116.67
HexD31485220048cb4511
Octal156111012240011031310521
Binary1101110001100100010100101000000100100011001011100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,49,72); }

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

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

 a { background-color: rgb(13,49,72); }

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

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

 span { border-color: rgb(13,49,72); }

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