Html Css Color HEX #095252 Sherpa Blue

📋 copy color: '#095252'

red 9 ◦ green 82 ◦ blue 82

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

Shades of Sherpa Blue #095252

Tints of Sherpa Blue #095252

RGB

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

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

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

R = 5.2%
G = 47.4%
B = 47.4%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#095252 (or 0x095252) is known color: Sherpa Blue. HEX triplet: 09, 52 and 52. RGB value is (9,82,82). Sum of RGB (Red+Green+Blue) = 9+82+82=173 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.20% from 173); Green value is 82 (32.42% from 255 or 47.40% from 173); Blue value is 82 (32.42% from 255 or 47.40% from 173); Max value from RGB is 82 - color contains mainly: green, blue. Hex color #095252 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095252 is #F6ADAD. Grayscale: #3C3C3C. Windows color (decimal): -16166318 or 5394953. OLE color: 5394953.

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

Color convert

RGB 9 82 82 -
CMYK 0.89 0 0 0.68
HSL 180º 0.8% 0.18% -
HSV(B) 180º 0.89% 0.32% -
XYZ 4.65 6.7 9.03 -
YUV 60.17 140.32 91.5 -
System Red Green Blue C M Y K H S L
Decimal 9 82 82 0.89 0 0 0.68 180 0.8 0.18
Hex 9 52 52 59 0 0 44 B4 50 12
Octal 11 122 122 131 0 0 104 264 120 22
Binary 1001 1010010 1010010 1011001 0 0 1000100 10110100 1010000 10010

Color Harmonies of #095252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095252

Black with #095252

Text Example


Text Example

White with #095252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095252; }

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

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

background-color css

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

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

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

border-color css

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

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

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