Html Css Color HEX #095359 Sherpa Blue

📋 copy color: '#095359'

red 9 ◦ green 83 ◦ blue 89

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

Shades of Sherpa Blue #095359

Tints of Sherpa Blue #095359

RGB

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

 GREEN value IS 83 (32.81% from 255) = 45.86%

 BLUE value IS 89 (35.16% from 255) = 49.17%

R = 4.97%
G = 45.86%
B = 49.17%

CMYK

 C value IS 0.90

 M value IS 0.07

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#095359 (or 0x095359) is known color: Sherpa Blue. HEX triplet: 09, 53 and 59. RGB value is (9,83,89). Sum of RGB (Red+Green+Blue) = 9+83+89=181 (23% of max value = 765). Red value is 9 (3.91% from 255 or 4.97% from 181); Green value is 83 (32.81% from 255 or 45.86% from 181); Blue value is 89 (35.16% from 255 or 49.17% from 181); Max value from RGB is 89 - color contains mainly: blue. Hex color #095359 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095359 is #F6ACA6. Grayscale: #3D3D3D. Windows color (decimal): -16166055 or 5853961. OLE color: 5853961.

HSL color Cylindrical-coordinate representation of color #095359: hue angle of 184.5º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095359 is Cyan = 0.90, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 9 83 89 -
CMYK 0.90 0.07 0 0.65
HSL 184.5º 0.82% 0.19% -
HSV(B) 184.5º 0.9% 0.35% -
XYZ 5.01 6.97 10.53 -
YUV 61.56 143.48 90.51 -
System Red Green Blue C M Y K H S L
Decimal 9 83 89 0.90 0.07 0 0.65 184.5 0.82 0.19
Hex 9 53 59 5A 7 0 41 B8 52 13
Octal 11 123 131 132 7 0 101 270 122 23
Binary 1001 1010011 1011001 1011010 111 0 1000001 10111000 1010010 10011

Color Harmonies of #095359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095359

Black with #095359

Text Example


Text Example

White with #095359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095359; }

 p { color: rgb(9,83,89); }

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

background-color css

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

 a { background-color: rgb(9,83,89); }

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

border-color css

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

 span { border-color: rgb(9,83,89); }

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