Html Css Color HEX #095054 Sherpa Blue

📋 copy color: '#095054'

red 9 ◦ green 80 ◦ blue 84

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

Shades of Sherpa Blue #095054

Tints of Sherpa Blue #095054

RGB

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

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

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

R = 5.2%
G = 46.24%
B = 48.55%

CMYK

 C value IS 0.89

 M value IS 0.05

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#095054 (or 0x095054) is known color: Sherpa Blue. HEX triplet: 09, 50 and 54. RGB value is (9,80,84). Sum of RGB (Red+Green+Blue) = 9+80+84=173 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.20% from 173); Green value is 80 (31.64% from 255 or 46.24% from 173); Blue value is 84 (33.20% from 255 or 48.55% from 173); Max value from RGB is 84 - color contains mainly: blue. Hex color #095054 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095054 is #F6AFAB. Grayscale: #3B3B3B. Windows color (decimal): -16166828 or 5525513. OLE color: 5525513.

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

Color convert

RGB 9 80 84 -
CMYK 0.89 0.05 0 0.67
HSL 183.2º 0.81% 0.18% -
HSV(B) 183.2º 0.89% 0.33% -
XYZ 4.58 6.44 9.39 -
YUV 59.23 141.98 92.17 -
System Red Green Blue C M Y K H S L
Decimal 9 80 84 0.89 0.05 0 0.67 183.2 0.81 0.18
Hex 9 50 54 59 5 0 43 B7 51 12
Octal 11 120 124 131 5 0 103 267 121 22
Binary 1001 1010000 1010100 1011001 101 0 1000011 10110111 1010001 10010

Color Harmonies of #095054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095054

Black with #095054

Text Example


Text Example

White with #095054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095054; }

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

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

background-color css

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

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

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

border-color css

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

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

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