#0D394F

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

Shades of Blue Whale #0D394F

Tints of Blue Whale #0D394F

Color information

#0D394F (or 0x0D394F) is unknown color: approx Blue Whale. HEX triplet: 0D, 39 and 4F. RGB value is (13,57,79). Sum of RGB (Red+Green+Blue) = 13+57+79=149 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.72% from 149); Green value is 57 (22.66% from 255 or 38.26% from 149); Blue value is 79 (31.25% from 255 or 53.02% from 149); Max value from RGB is 79 - color contains mainly: blue. Hex color #0D394F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D394F is #F2C6B0. Grayscale: #2E2E2E. Windows color (decimal): -15910577 or 5191949. OLE color: 5191949.

HSL color Cylindrical-coordinate representation of color #0D394F: hue angle of 200º 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 #0D394F is Cyan = 0.84, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB135779-
CMYK0.840.2800.69
HSL200º71.74%18.04%-
HSV(B)200º83.54%30.98%-
XYZ3.043.587.93-
YUV46.35146.42104.21-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.72%
GREEN value IS 57 (22.66% from 255) = 38.26%
BLUE value IS 79 (31.25% from 255) = 53.02%
R=8.72%
G=38.26%
B=53.02%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1357790.840.2800.6920071.7418.04
HexD394F541C045c84812
Octal157111712434010531011022
Binary110111100110011111010100111000100010111001000100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D394F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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