Html Css Color HEX #0D4253 Sherpa Blue

📋 copy color: '#0D4253'

red 13 ◦ green 66 ◦ blue 83

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

Shades of Sherpa Blue #0D4253

Tints of Sherpa Blue #0D4253

RGB

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

 GREEN value IS 66 (26.17% from 255) = 40.74%

 BLUE value IS 83 (32.81% from 255) = 51.23%

R = 8.02%
G = 40.74%
B = 51.23%

CMYK

 C value IS 0.84

 M value IS 0.20

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#0D4253 (or 0x0D4253) is known color: Sherpa Blue. HEX triplet: 0D, 42 and 53. RGB value is (13,66,83). Sum of RGB (Red+Green+Blue) = 13+66+83=162 (21% of max value = 765). Red value is 13 (5.47% from 255 or 8.02% from 162); Green value is 66 (26.17% from 255 or 40.74% from 162); Blue value is 83 (32.81% from 255 or 51.23% from 162); Max value from RGB is 83 - color contains mainly: blue. Hex color #0D4253 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D4253 is #F2BDAC. Grayscale: #333333. Windows color (decimal): -15908269 or 5456397. OLE color: 5456397.

HSL color Cylindrical-coordinate representation of color #0D4253: hue angle of 194.57º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0D4253 is Cyan = 0.84, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 13 66 83 -
CMYK 0.84 0.20 0 0.67
HSL 194.57º 0.73% 0.19% -
HSV(B) 194.57º 0.84% 0.33% -
XYZ 3.68 4.61 8.88 -
YUV 52.09 145.44 100.12 -
System Red Green Blue C M Y K H S L
Decimal 13 66 83 0.84 0.20 0 0.67 194.57 0.73 0.19
Hex D 42 53 54 14 0 43 C3 49 13
Octal 15 102 123 124 24 0 103 303 111 23
Binary 1101 1000010 1010011 1010100 10100 0 1000011 11000011 1001001 10011

Color Harmonies of #0D4253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D4253

Black with #0D4253

Text Example


Text Example

White with #0D4253

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,66,83); }

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

background-color css

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

 a { background-color: rgb(13,66,83); }

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

border-color css

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

 span { border-color: rgb(13,66,83); }

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