Html Css Color HEX #0D4B52 Sherpa Blue

📋 copy color: '#0D4B52'

red 13 ◦ green 75 ◦ blue 82

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

Shades of Sherpa Blue #0D4B52

Tints of Sherpa Blue #0D4B52

RGB

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

 GREEN value IS 75 (29.69% from 255) = 44.12%

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

R = 7.65%
G = 44.12%
B = 48.24%

CMYK

 C value IS 0.84

 M value IS 0.09

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#0D4B52 (or 0x0D4B52) is known color: Sherpa Blue. HEX triplet: 0D, 4B and 52. RGB value is (13,75,82). Sum of RGB (Red+Green+Blue) = 13+75+82=170 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.65% from 170); Green value is 75 (29.69% from 255 or 44.12% from 170); Blue value is 82 (32.42% from 255 or 48.24% from 170); Max value from RGB is 82 - color contains mainly: blue. Hex color #0D4B52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D4B52 is #F2B4AD. Grayscale: #393939. Windows color (decimal): -15905966 or 5393165. OLE color: 5393165.

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

Color convert

RGB 13 75 82 -
CMYK 0.84 0.09 0 0.68
HSL 186.09º 0.73% 0.19% -
HSV(B) 186.09º 0.84% 0.32% -
XYZ 4.21 5.73 8.87 -
YUV 57.26 141.96 96.43 -
System Red Green Blue C M Y K H S L
Decimal 13 75 82 0.84 0.09 0 0.68 186.09 0.73 0.19
Hex D 4B 52 54 9 0 44 BA 49 13
Octal 15 113 122 124 11 0 104 272 111 23
Binary 1101 1001011 1010010 1010100 1001 0 1000100 10111010 1001001 10011

Color Harmonies of #0D4B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D4B52

Black with #0D4B52

Text Example


Text Example

White with #0D4B52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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