#0D414F

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

Shades of Sherpa Blue #0D414F

Tints of Sherpa Blue #0D414F

Color information

#0D414F (or 0x0D414F) is unknown color: approx Sherpa Blue. HEX triplet: 0D, 41 and 4F. RGB value is (13,65,79). Sum of RGB (Red+Green+Blue) = 13+65+79=157 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.28% from 157); Green value is 65 (25.78% from 255 or 41.40% from 157); Blue value is 79 (31.25% from 255 or 50.32% from 157); Max value from RGB is 79 - color contains mainly: blue. Hex color #0D414F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D414F is #F2BEB0. Grayscale: #323232. Windows color (decimal): -15908529 or 5193997. OLE color: 5193997.

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

Color convert

RGB136579-
CMYK0.840.1800.69
HSL192.73º71.74%18.04%-
HSV(B)192.73º83.54%30.98%-
XYZ3.474.438.07-
YUV51.05143.77100.86-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.28%
GREEN value IS 65 (25.78% from 255) = 41.40%
BLUE value IS 79 (31.25% from 255) = 50.32%
R=8.28%
G=41.40%
B=50.32%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1365790.840.1800.69192.7371.7418.04
HexD414F5412045c14812
Octal1510111712422010530111022
Binary1101100000110011111010100100100100010111000001100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D414F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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