Html Css Color HEX #095152 Sherpa Blue

📋 copy color: '#095152'

red 9 ◦ green 81 ◦ blue 82

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

Shades of Sherpa Blue #095152

Tints of Sherpa Blue #095152

RGB

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

 GREEN value IS 81 (32.03% from 255) = 47.09%

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

R = 5.23%
G = 47.09%
B = 47.67%

CMYK

 C value IS 0.89

 M value IS 0.01

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#095152 (or 0x095152) is known color: Sherpa Blue. HEX triplet: 09, 51 and 52. RGB value is (9,81,82). Sum of RGB (Red+Green+Blue) = 9+81+82=172 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.23% from 172); Green value is 81 (32.03% from 255 or 47.09% from 172); Blue value is 82 (32.42% from 255 or 47.67% from 172); Max value from RGB is 82 - color contains mainly: blue. Hex color #095152 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095152 is #F6AEAD. Grayscale: #3B3B3B. Windows color (decimal): -16166574 or 5394697. OLE color: 5394697.

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

Color convert

RGB 9 81 82 -
CMYK 0.89 0.01 0 0.68
HSL 180.82º 0.8% 0.18% -
HSV(B) 180.82º 0.89% 0.32% -
XYZ 4.58 6.55 9.01 -
YUV 59.59 140.65 91.92 -
System Red Green Blue C M Y K H S L
Decimal 9 81 82 0.89 0.01 0 0.68 180.82 0.8 0.18
Hex 9 51 52 59 1 0 44 B5 50 12
Octal 11 121 122 131 1 0 104 265 120 22
Binary 1001 1010001 1010010 1011001 1 0 1000100 10110101 1010000 10010

Color Harmonies of #095152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095152

Black with #095152

Text Example


Text Example

White with #095152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095152; }

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

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

background-color css

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

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

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

border-color css

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

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

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