Html Css Color HEX #0D4453 Sherpa Blue

📋 copy color: '#0D4453'

red 13 ◦ green 68 ◦ blue 83

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

Shades of Sherpa Blue #0D4453

Tints of Sherpa Blue #0D4453

RGB

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

 GREEN value IS 68 (26.95% from 255) = 41.46%

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

R = 7.93%
G = 41.46%
B = 50.61%

CMYK

 C value IS 0.84

 M value IS 0.18

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#0D4453 (or 0x0D4453) is known color: Sherpa Blue. HEX triplet: 0D, 44 and 53. RGB value is (13,68,83). Sum of RGB (Red+Green+Blue) = 13+68+83=164 (21% of max value = 765). Red value is 13 (5.47% from 255 or 7.93% from 164); Green value is 68 (26.95% from 255 or 41.46% from 164); Blue value is 83 (32.81% from 255 or 50.61% from 164); Max value from RGB is 83 - color contains mainly: blue. Hex color #0D4453 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D4453 is #F2BBAC. Grayscale: #353535. Windows color (decimal): -15907757 or 5456909. OLE color: 5456909.

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

Color convert

RGB 13 68 83 -
CMYK 0.84 0.18 0 0.67
HSL 192.86º 0.73% 0.19% -
HSV(B) 192.86º 0.84% 0.33% -
XYZ 3.79 4.84 8.92 -
YUV 53.27 144.78 99.28 -
System Red Green Blue C M Y K H S L
Decimal 13 68 83 0.84 0.18 0 0.67 192.86 0.73 0.19
Hex D 44 53 54 12 0 43 C1 49 13
Octal 15 104 123 124 22 0 103 301 111 23
Binary 1101 1000100 1010011 1010100 10010 0 1000011 11000001 1001001 10011

Color Harmonies of #0D4453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D4453

Black with #0D4453

Text Example


Text Example

White with #0D4453

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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