#0D4E5C

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

Shades of Sherpa Blue #0D4E5C

Tints of Sherpa Blue #0D4E5C

Color information

#0D4E5C (or 0x0D4E5C) is unknown color: approx Sherpa Blue. HEX triplet: 0D, 4E and 5C. RGB value is (13,78,92). Sum of RGB (Red+Green+Blue) = 13+78+92=183 (24% of max value = 765). Red value is 13 (5.47% from 255 or 7.10% from 183); Green value is 78 (30.86% from 255 or 42.62% from 183); Blue value is 92 (36.33% from 255 or 50.27% from 183); Max value from RGB is 92 - color contains mainly: blue. Hex color #0D4E5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D4E5C is #F2B1A3. Grayscale: #3C3C3C. Windows color (decimal): -15905188 or 6049293. OLE color: 6049293.

HSL color Cylindrical-coordinate representation of color #0D4E5C: hue angle of 190.63º degrees, saturation: 0.75, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0D4E5C is Cyan = 0.86, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB137892-
CMYK0.860.1500.64
HSL190.63º75.24%20.59%-
HSV(B)190.63º85.87%36.08%-
XYZ4.826.3111.09-
YUV60.16145.9794.36-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.10%
GREEN value IS 78 (30.86% from 255) = 42.62%
BLUE value IS 92 (36.33% from 255) = 50.27%
R=7.10%
G=42.62%
B=50.27%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1378920.860.1500.64190.6375.2420.59
HexD4E5C56F040bf4b15
Octal1511613412617010027711325
Binary110110011101011100101011011110100000010111111100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D4E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,78,92); }

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

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

 a { background-color: rgb(13,78,92); }

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

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

 span { border-color: rgb(13,78,92); }

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