Html Css Color HEX #095052 Sherpa Blue

📋 copy color: '#095052'

red 9 ◦ green 80 ◦ blue 82

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

Shades of Sherpa Blue #095052

Tints of Sherpa Blue #095052

RGB

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

 GREEN value IS 80 (31.64% from 255) = 46.78%

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

R = 5.26%
G = 46.78%
B = 47.95%

CMYK

 C value IS 0.89

 M value IS 0.02

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#095052 (or 0x095052) is known color: Sherpa Blue. HEX triplet: 09, 50 and 52. RGB value is (9,80,82). Sum of RGB (Red+Green+Blue) = 9+80+82=171 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.26% from 171); Green value is 80 (31.64% from 255 or 46.78% from 171); Blue value is 82 (32.42% from 255 or 47.95% from 171); Max value from RGB is 82 - color contains mainly: blue. Hex color #095052 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095052 is #F6AFAD. Grayscale: #3A3A3A. Windows color (decimal): -16166830 or 5394441. OLE color: 5394441.

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

Color convert

RGB 9 80 82 -
CMYK 0.89 0.02 0 0.68
HSL 181.64º 0.8% 0.18% -
HSV(B) 181.64º 0.89% 0.32% -
XYZ 4.5 6.4 8.98 -
YUV 59 140.98 92.34 -
System Red Green Blue C M Y K H S L
Decimal 9 80 82 0.89 0.02 0 0.68 181.64 0.8 0.18
Hex 9 50 52 59 2 0 44 B6 50 12
Octal 11 120 122 131 2 0 104 266 120 22
Binary 1001 1010000 1010010 1011001 10 0 1000100 10110110 1010000 10010

Color Harmonies of #095052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095052

Black with #095052

Text Example


Text Example

White with #095052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095052; }

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

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

background-color css

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

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

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

border-color css

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

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

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