#0D374A

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

Shades of Blue Whale #0D374A

Tints of Blue Whale #0D374A

Color information

#0D374A (or 0x0D374A) is unknown color: approx Blue Whale. HEX triplet: 0D, 37 and 4A. RGB value is (13,55,74). Sum of RGB (Red+Green+Blue) = 13+55+74=142 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.15% from 142); Green value is 55 (21.88% from 255 or 38.73% from 142); Blue value is 74 (29.30% from 255 or 52.11% from 142); Max value from RGB is 74 - color contains mainly: blue. Hex color #0D374A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D374A is #F2C8B5. Grayscale: #2C2C2C. Windows color (decimal): -15911094 or 4863757. OLE color: 4863757.

HSL color Cylindrical-coordinate representation of color #0D374A: hue angle of 198.69º 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 #0D374A is Cyan = 0.82, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB135574-
CMYK0.820.2600.71
HSL198.69º70.11%17.06%-
HSV(B)198.69º82.43%29.02%-
XYZ2.773.316.97-
YUV44.61144.59105.46-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 9.15%
GREEN value IS 55 (21.88% from 255) = 38.73%
BLUE value IS 74 (29.30% from 255) = 52.11%
R=9.15%
G=38.73%
B=52.11%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1355740.820.2600.71198.6970.1117.06
HexD374A521A047c74611
Octal156711212232010730710621
Binary110111011110010101010010110100100011111000111100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D374A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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