#095152

Color #095152 Sherpa Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherpa Blue #095152

Tints of Sherpa Blue #095152

Color information

#095152 (or 0x095152) is unknown color: approx 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

RGB98182-
CMYK0.890.0100.68
HSL180.82º80.22%17.84%-
HSV(B)180.82º89.02%32.16%-
XYZ4.586.559.01-
YUV59.59140.6591.92-

RGB Variations

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

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 (Cyan) values IS 0.89
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal981820.890.0100.68180.8280.2217.84
Hex95152591044b55012
Octal111211221311010426512022
Binary100110100011010010101100110100010010110101101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>