Html Css Color HEX #0D4352 Sherpa Blue

📋 copy color: '#0D4352'

red 13 ◦ green 67 ◦ blue 82

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

Shades of Sherpa Blue #0D4352

Tints of Sherpa Blue #0D4352

RGB

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

 GREEN value IS 67 (26.56% from 255) = 41.36%

 BLUE value IS 82 (32.42% from 255) = 50.62%

R = 8.02%
G = 41.36%
B = 50.62%

CMYK

 C value IS 0.84

 M value IS 0.18

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#0D4352 (or 0x0D4352) is known color: Sherpa Blue. HEX triplet: 0D, 43 and 52. RGB value is (13,67,82). Sum of RGB (Red+Green+Blue) = 13+67+82=162 (21% of max value = 765). Red value is 13 (5.47% from 255 or 8.02% from 162); Green value is 67 (26.56% from 255 or 41.36% from 162); Blue value is 82 (32.42% from 255 or 50.62% from 162); Max value from RGB is 82 - color contains mainly: blue. Hex color #0D4352 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D4352 is #F2BCAD. Grayscale: #343434. Windows color (decimal): -15908014 or 5391117. OLE color: 5391117.

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

Color convert

RGB 13 67 82 -
CMYK 0.84 0.18 0 0.68
HSL 193.04º 0.73% 0.19% -
HSV(B) 193.04º 0.84% 0.32% -
XYZ 3.7 4.71 8.7 -
YUV 52.56 144.61 99.78 -
System Red Green Blue C M Y K H S L
Decimal 13 67 82 0.84 0.18 0 0.68 193.04 0.73 0.19
Hex D 43 52 54 12 0 44 C1 49 13
Octal 15 103 122 124 22 0 104 301 111 23
Binary 1101 1000011 1010010 1010100 10010 0 1000100 11000001 1001001 10011

Color Harmonies of #0D4352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D4352

Black with #0D4352

Text Example


Text Example

White with #0D4352

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,67,82); }

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

background-color css

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

 a { background-color: rgb(13,67,82); }

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

border-color css

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

 span { border-color: rgb(13,67,82); }

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