#0D404F

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

Shades of Sherpa Blue #0D404F

Tints of Sherpa Blue #0D404F

Color information

#0D404F (or 0x0D404F) is unknown color: approx Sherpa Blue. HEX triplet: 0D, 40 and 4F. RGB value is (13,64,79). Sum of RGB (Red+Green+Blue) = 13+64+79=156 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.33% from 156); Green value is 64 (25.39% from 255 or 41.03% from 156); Blue value is 79 (31.25% from 255 or 50.64% from 156); Max value from RGB is 79 - color contains mainly: blue. Hex color #0D404F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D404F is #F2BFB0. Grayscale: #323232. Windows color (decimal): -15908785 or 5193741. OLE color: 5193741.

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

Color convert

RGB136479-
CMYK0.840.1900.69
HSL193.64º71.74%18.04%-
HSV(B)193.64º83.54%30.98%-
XYZ3.414.328.05-
YUV50.46144.1101.28-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.33%
GREEN value IS 64 (25.39% from 255) = 41.03%
BLUE value IS 79 (31.25% from 255) = 50.64%
R=8.33%
G=41.03%
B=50.64%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1364790.840.1900.69193.6471.7418.04
HexD404F5413045c24812
Octal1510011712423010530211022
Binary1101100000010011111010100100110100010111000010100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D404F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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