#0D454D

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

Shades of Sherpa Blue #0D454D

Tints of Sherpa Blue #0D454D

Color information

#0D454D (or 0x0D454D) is unknown color: approx Sherpa Blue. HEX triplet: 0D, 45 and 4D. RGB value is (13,69,77). Sum of RGB (Red+Green+Blue) = 13+69+77=159 (21% of max value = 765). Red value is 13 (5.47% from 255 or 8.18% from 159); Green value is 69 (27.34% from 255 or 43.40% from 159); Blue value is 77 (30.47% from 255 or 48.43% from 159); Max value from RGB is 77 - color contains mainly: blue. Hex color #0D454D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D454D is #F2BAB2. Grayscale: #353535. Windows color (decimal): -15907507 or 5063949. OLE color: 5063949.

HSL color Cylindrical-coordinate representation of color #0D454D: hue angle of 187.5º 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 #0D454D is Cyan = 0.83, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB136977-
CMYK0.830.1000.70
HSL187.5º71.11%17.65%-
HSV(B)187.5º83.12%30.2%-
XYZ3.634.887.77-
YUV53.17141.4599.35-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.18%
GREEN value IS 69 (27.34% from 255) = 43.40%
BLUE value IS 77 (30.47% from 255) = 48.43%
R=8.18%
G=43.40%
B=48.43%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1369770.830.1000.70187.571.1117.65
HexD454D53A046bc4712
Octal1510511512312010627410722
Binary110110001011001101101001110100100011010111100100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D454D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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