Html Css Color HEX #095254 Sherpa Blue

📋 copy color: '#095254'

red 9 ◦ green 82 ◦ blue 84

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

Shades of Sherpa Blue #095254

Tints of Sherpa Blue #095254

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 48%

R = 5.14%
G = 46.86%
B = 48%

CMYK

 C value IS 0.89

 M value IS 0.02

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#095254 (or 0x095254) is known color: Sherpa Blue. HEX triplet: 09, 52 and 54. RGB value is (9,82,84). Sum of RGB (Red+Green+Blue) = 9+82+84=175 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.14% from 175); Green value is 82 (32.42% from 255 or 46.86% from 175); Blue value is 84 (33.20% from 255 or 48% from 175); Max value from RGB is 84 - color contains mainly: blue. Hex color #095254 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095254 is #F6ADAB. Grayscale: #3C3C3C. Windows color (decimal): -16166316 or 5526025. OLE color: 5526025.

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

Color convert

RGB 9 82 84 -
CMYK 0.89 0.02 0 0.67
HSL 181.6º 0.81% 0.18% -
HSV(B) 181.6º 0.89% 0.33% -
XYZ 4.73 6.73 9.44 -
YUV 60.4 141.32 91.34 -
System Red Green Blue C M Y K H S L
Decimal 9 82 84 0.89 0.02 0 0.67 181.6 0.81 0.18
Hex 9 52 54 59 2 0 43 B6 51 12
Octal 11 122 124 131 2 0 103 266 121 22
Binary 1001 1010010 1010100 1011001 10 0 1000011 10110110 1010001 10010

Color Harmonies of #095254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095254

Black with #095254

Text Example


Text Example

White with #095254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095254; }

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

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

background-color css

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

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

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

border-color css

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

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

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