#0D394D

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

Shades of Blue Whale #0D394D

Tints of Blue Whale #0D394D

Color information

#0D394D (or 0x0D394D) is unknown color: approx Blue Whale. HEX triplet: 0D, 39 and 4D. RGB value is (13,57,77). Sum of RGB (Red+Green+Blue) = 13+57+77=147 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.84% from 147); Green value is 57 (22.66% from 255 or 38.78% from 147); Blue value is 77 (30.47% from 255 or 52.38% from 147); Max value from RGB is 77 - color contains mainly: blue. Hex color #0D394D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D394D is #F2C6B2. Grayscale: #2D2D2D. Windows color (decimal): -15910579 or 5060877. OLE color: 5060877.

HSL color Cylindrical-coordinate representation of color #0D394D: hue angle of 198.75º degrees, saturation: 0.71, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0D394D is Cyan = 0.83, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB135777-
CMYK0.830.2600.70
HSL198.75º71.11%17.65%-
HSV(B)198.75º83.12%30.2%-
XYZ2.973.557.55-
YUV46.12145.42104.37-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.84%
GREEN value IS 57 (22.66% from 255) = 38.78%
BLUE value IS 77 (30.47% from 255) = 52.38%
R=8.84%
G=38.78%
B=52.38%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1357770.830.2600.70198.7571.1117.65
HexD394D531A046c74712
Octal157111512332010630710722
Binary110111100110011011010011110100100011011000111100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D394D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,57,77); }

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

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

 a { background-color: rgb(13,57,77); }

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

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

 span { border-color: rgb(13,57,77); }

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