#0D3F4F

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

Shades of Sherpa Blue #0D3F4F

Tints of Sherpa Blue #0D3F4F

Color information

#0D3F4F (or 0x0D3F4F) is unknown color: approx Sherpa Blue. HEX triplet: 0D, 3F and 4F. RGB value is (13,63,79). Sum of RGB (Red+Green+Blue) = 13+63+79=155 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.39% from 155); Green value is 63 (25% from 255 or 40.65% from 155); Blue value is 79 (31.25% from 255 or 50.97% from 155); Max value from RGB is 79 - color contains mainly: blue. Hex color #0D3F4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3F4F is #F2C0B0. Grayscale: #313131. Windows color (decimal): -15909041 or 5193485. OLE color: 5193485.

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

Color convert

RGB136379-
CMYK0.840.2000.69
HSL194.55º71.74%18.04%-
HSV(B)194.55º83.54%30.98%-
XYZ3.354.218.03-
YUV49.87144.44101.7-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.39%
GREEN value IS 63 (25% from 255) = 40.65%
BLUE value IS 79 (31.25% from 255) = 50.97%
R=8.39%
G=40.65%
B=50.97%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1363790.840.2000.69194.5571.7418.04
HexD3F4F5414045c34812
Octal157711712424010530311022
Binary110111111110011111010100101000100010111000011100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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