Html Css Color HEX #0D454D Sherpa Blue

📋 copy color: '#0D454D'

red 13 ◦ green 69 ◦ blue 77

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

Shades of Sherpa Blue #0D454D

Tints of Sherpa Blue #0D454D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 43.4%

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

R = 8.18%
G = 43.4%
B = 48.43%

CMYK

 C value IS 0.83

 M value IS 0.10

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#0D454D (or 0x0D454D) is known color: Sherpa Blue. HEX triplet: 0D, 45 and 4D. RGB value is (13,69,77). Sum of RGB (Red+Green+Blue) = 13+69+77=159 (21% of max value = 765). Red value is 13 (5.47% from 255 or 8.18% from 159); Green value is 69 (27.34% from 255 or 43.40% from 159); Blue value is 77 (30.47% from 255 or 48.43% from 159); Max value from RGB is 77 - color contains mainly: blue. Hex color #0D454D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D454D is #F2BAB2. Grayscale: #353535. Windows color (decimal): -15907507 or 5063949. OLE color: 5063949.

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

Color convert

RGB 13 69 77 -
CMYK 0.83 0.10 0 0.70
HSL 187.5º 0.71% 0.18% -
HSV(B) 187.5º 0.83% 0.3% -
XYZ 3.63 4.88 7.77 -
YUV 53.17 141.45 99.35 -
System Red Green Blue C M Y K H S L
Decimal 13 69 77 0.83 0.10 0 0.70 187.5 0.71 0.18
Hex D 45 4D 53 A 0 46 BC 47 12
Octal 15 105 115 123 12 0 106 274 107 22
Binary 1101 1000101 1001101 1010011 1010 0 1000110 10111100 1000111 10010

Color Harmonies of #0D454D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D454D

Black with #0D454D

Text Example


Text Example

White with #0D454D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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