#0D374F

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

Shades of Blue Whale #0D374F

Tints of Blue Whale #0D374F

Color information

#0D374F (or 0x0D374F) is unknown color: approx Blue Whale. HEX triplet: 0D, 37 and 4F. RGB value is (13,55,79). Sum of RGB (Red+Green+Blue) = 13+55+79=147 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.84% from 147); Green value is 55 (21.88% from 255 or 37.41% from 147); Blue value is 79 (31.25% from 255 or 53.74% from 147); Max value from RGB is 79 - color contains mainly: blue. Hex color #0D374F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D374F is #F2C8B0. Grayscale: #2D2D2D. Windows color (decimal): -15911089 or 5191437. OLE color: 5191437.

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

Color convert

RGB135579-
CMYK0.840.3000.69
HSL201.82º71.74%18.04%-
HSV(B)201.82º83.54%30.98%-
XYZ2.943.387.89-
YUV45.18147.09105.05-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.84%
GREEN value IS 55 (21.88% from 255) = 37.41%
BLUE value IS 79 (31.25% from 255) = 53.74%
R=8.84%
G=37.41%
B=53.74%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1355790.840.3000.69201.8271.7418.04
HexD374F541E045ca4812
Octal156711712436010531211022
Binary110111011110011111010100111100100010111001010100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D374F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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