Html Css Color HEX #0D3F4D Sherpa Blue

📋 copy color: '#0D3F4D'

red 13 ◦ green 63 ◦ blue 77

#0D3F4D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sherpa Blue #0D3F4D

Tints of Sherpa Blue #0D3F4D

RGB

 RED value IS 13 (5.47% from 255) = 8.5%

 GREEN value IS 63 (25% from 255) = 41.18%

 BLUE value IS 77 (30.47% from 255) = 50.33%

R = 8.5%
G = 41.18%
B = 50.33%

CMYK

 C value IS 0.83

 M value IS 0.18

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#0D3F4D (or 0x0D3F4D) is known color: Sherpa Blue. HEX triplet: 0D, 3F and 4D. RGB value is (13,63,77). Sum of RGB (Red+Green+Blue) = 13+63+77=153 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.50% from 153); Green value is 63 (25% from 255 or 41.18% from 153); Blue value is 77 (30.47% from 255 or 50.33% from 153); Max value from RGB is 77 - color contains mainly: blue. Hex color #0D3F4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3F4D is #F2C0B2. Grayscale: #313131. Windows color (decimal): -15909043 or 5062413. OLE color: 5062413.

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

Color convert

RGB 13 63 77 -
CMYK 0.83 0.18 0 0.70
HSL 193.13º 0.71% 0.18% -
HSV(B) 193.13º 0.83% 0.3% -
XYZ 3.28 4.18 7.65 -
YUV 49.65 143.44 101.86 -
System Red Green Blue C M Y K H S L
Decimal 13 63 77 0.83 0.18 0 0.70 193.13 0.71 0.18
Hex D 3F 4D 53 12 0 46 C1 47 12
Octal 15 77 115 123 22 0 106 301 107 22
Binary 1101 111111 1001101 1010011 10010 0 1000110 11000001 1000111 10010

Color Harmonies of #0D3F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D3F4D

Black with #0D3F4D

Text Example


Text Example

White with #0D3F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0D3F4D;
 }
 .AnyTagClassName
 {
   color: #0D3F4D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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