Html Css Color HEX #094F53 Sherpa Blue

📋 copy color: '#094F53'

red 9 ◦ green 79 ◦ blue 83

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

Shades of Sherpa Blue #094F53

Tints of Sherpa Blue #094F53

RGB

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

 GREEN value IS 79 (31.25% from 255) = 46.2%

 BLUE value IS 83 (32.81% from 255) = 48.54%

R = 5.26%
G = 46.2%
B = 48.54%

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

#094F53 (or 0x094F53) is known color: Sherpa Blue. HEX triplet: 09, 4F and 53. RGB value is (9,79,83). Sum of RGB (Red+Green+Blue) = 9+79+83=171 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.26% from 171); Green value is 79 (31.25% from 255 or 46.20% from 171); Blue value is 83 (32.81% from 255 or 48.54% from 171); Max value from RGB is 83 - color contains mainly: blue. Hex color #094F53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #094F53 is #F6B0AC. Grayscale: #3A3A3A. Windows color (decimal): -16167085 or 5459721. OLE color: 5459721.

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

Color convert

RGB 9 79 83 -
CMYK 0.89 0.05 0 0.67
HSL 183.24º 0.8% 0.18% -
HSV(B) 183.24º 0.89% 0.33% -
XYZ 4.47 6.27 9.16 -
YUV 58.53 141.81 92.67 -
System Red Green Blue C M Y K H S L
Decimal 9 79 83 0.89 0.05 0 0.67 183.24 0.8 0.18
Hex 9 4F 53 59 5 0 43 B7 50 12
Octal 11 117 123 131 5 0 103 267 120 22
Binary 1001 1001111 1010011 1011001 101 0 1000011 10110111 1010000 10010

Color Harmonies of #094F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094F53

Black with #094F53

Text Example


Text Example

White with #094F53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094F53; }

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

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

background-color css

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

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

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

border-color css

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

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

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