Html Css Color HEX #0D4652 Sherpa Blue

📋 copy color: '#0D4652'

red 13 ◦ green 70 ◦ blue 82

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

Shades of Sherpa Blue #0D4652

Tints of Sherpa Blue #0D4652

RGB

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

 GREEN value IS 70 (27.73% from 255) = 42.42%

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

R = 7.88%
G = 42.42%
B = 49.7%

CMYK

 C value IS 0.84

 M value IS 0.15

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#0D4652 (or 0x0D4652) is known color: Sherpa Blue. HEX triplet: 0D, 46 and 52. RGB value is (13,70,82). Sum of RGB (Red+Green+Blue) = 13+70+82=165 (21% of max value = 765). Red value is 13 (5.47% from 255 or 7.88% from 165); Green value is 70 (27.73% from 255 or 42.42% from 165); Blue value is 82 (32.42% from 255 or 49.70% from 165); Max value from RGB is 82 - color contains mainly: blue. Hex color #0D4652 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D4652 is #F2B9AD. Grayscale: #363636. Windows color (decimal): -15907246 or 5391885. OLE color: 5391885.

HSL color Cylindrical-coordinate representation of color #0D4652: hue angle of 190.43º 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 #0D4652 is Cyan = 0.84, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 13 70 82 -
CMYK 0.84 0.15 0 0.68
HSL 190.43º 0.73% 0.19% -
HSV(B) 190.43º 0.84% 0.32% -
XYZ 3.88 5.08 8.76 -
YUV 54.33 143.62 98.52 -
System Red Green Blue C M Y K H S L
Decimal 13 70 82 0.84 0.15 0 0.68 190.43 0.73 0.19
Hex D 46 52 54 F 0 44 BE 49 13
Octal 15 106 122 124 17 0 104 276 111 23
Binary 1101 1000110 1010010 1010100 1111 0 1000100 10111110 1001001 10011

Color Harmonies of #0D4652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D4652

Black with #0D4652

Text Example


Text Example

White with #0D4652

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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