#0D3849

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

Shades of Blue Whale #0D3849

Tints of Blue Whale #0D3849

Color information

#0D3849 (or 0x0D3849) is unknown color: approx Blue Whale. HEX triplet: 0D, 38 and 49. RGB value is (13,56,73). Sum of RGB (Red+Green+Blue) = 13+56+73=142 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.15% from 142); Green value is 56 (22.27% from 255 or 39.44% from 142); Blue value is 73 (28.91% from 255 or 51.41% from 142); Max value from RGB is 73 - color contains mainly: blue. Hex color #0D3849 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3849 is #F2C7B6. Grayscale: #2C2C2C. Windows color (decimal): -15910839 or 4798477. OLE color: 4798477.

HSL color Cylindrical-coordinate representation of color #0D3849: hue angle of 197º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0D3849 is Cyan = 0.82, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB135673-
CMYK0.820.2300.71
HSL197º69.77%16.86%-
HSV(B)197º82.19%28.63%-
XYZ2.783.396.81-
YUV45.08143.75105.12-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 9.15%
GREEN value IS 56 (22.27% from 255) = 39.44%
BLUE value IS 73 (28.91% from 255) = 51.41%
R=9.15%
G=39.44%
B=51.41%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1356730.820.2300.7119769.7716.86
HexD38495217047c54611
Octal157011112227010730510621
Binary110111100010010011010010101110100011111000101100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,56,73); }

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

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

 a { background-color: rgb(13,56,73); }

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

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

 span { border-color: rgb(13,56,73); }

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