Html Css Color HEX #095253 Sherpa Blue

📋 copy color: '#095253'

red 9 ◦ green 82 ◦ blue 83

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

Shades of Sherpa Blue #095253

Tints of Sherpa Blue #095253

RGB

 RED value IS 9 (3.91% from 255) = 5.17%

 GREEN value IS 82 (32.42% from 255) = 47.13%

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

R = 5.17%
G = 47.13%
B = 47.7%

CMYK

 C value IS 0.89

 M value IS 0.01

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#095253 (or 0x095253) is known color: Sherpa Blue. HEX triplet: 09, 52 and 53. RGB value is (9,82,83). Sum of RGB (Red+Green+Blue) = 9+82+83=174 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.17% from 174); Green value is 82 (32.42% from 255 or 47.13% from 174); Blue value is 83 (32.81% from 255 or 47.70% from 174); Max value from RGB is 83 - color contains mainly: blue. Hex color #095253 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095253 is #F6ADAC. Grayscale: #3C3C3C. Windows color (decimal): -16166317 or 5460489. OLE color: 5460489.

HSL color Cylindrical-coordinate representation of color #095253: hue angle of 180.81º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #095253 is Cyan = 0.89, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 9 82 83 -
CMYK 0.89 0.01 0 0.67
HSL 180.81º 0.8% 0.18% -
HSV(B) 180.81º 0.89% 0.33% -
XYZ 4.69 6.72 9.23 -
YUV 60.29 140.82 91.42 -
System Red Green Blue C M Y K H S L
Decimal 9 82 83 0.89 0.01 0 0.67 180.81 0.8 0.18
Hex 9 52 53 59 1 0 43 B5 50 12
Octal 11 122 123 131 1 0 103 265 120 22
Binary 1001 1010010 1010011 1011001 1 0 1000011 10110101 1010000 10010

Color Harmonies of #095253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095253

Black with #095253

Text Example


Text Example

White with #095253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095253; }

 p { color: rgb(9,82,83); }

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

background-color css

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

 a { background-color: rgb(9,82,83); }

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

border-color css

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

 span { border-color: rgb(9,82,83); }

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