#0D3E4B

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

Shades of Sherpa Blue #0D3E4B

Tints of Sherpa Blue #0D3E4B

Color information

#0D3E4B (or 0x0D3E4B) is unknown color: approx Sherpa Blue. HEX triplet: 0D, 3E and 4B. RGB value is (13,62,75). Sum of RGB (Red+Green+Blue) = 13+62+75=150 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.67% from 150); Green value is 62 (24.61% from 255 or 41.33% from 150); Blue value is 75 (29.69% from 255 or 50% from 150); Max value from RGB is 75 - color contains mainly: blue. Hex color #0D3E4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3E4B is #F2C1B4. Grayscale: #303030. Windows color (decimal): -15909301 or 4931085. OLE color: 4931085.

HSL color Cylindrical-coordinate representation of color #0D3E4B: hue angle of 192.58º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0D3E4B is Cyan = 0.83, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB136275-
CMYK0.830.1700.71
HSL192.58º70.45%17.25%-
HSV(B)192.58º82.67%29.41%-
XYZ3.164.047.27-
YUV48.83142.77102.44-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.67%
GREEN value IS 62 (24.61% from 255) = 41.33%
BLUE value IS 75 (29.69% from 255) = 50%
R=8.67%
G=41.33%
B=50%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1362750.830.1700.71192.5870.4517.25
HexD3E4B5311047c14611
Octal157611312321010730110621
Binary110111111010010111010011100010100011111000001100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,62,75); }

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

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

 a { background-color: rgb(13,62,75); }

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

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

 span { border-color: rgb(13,62,75); }

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