Html Css Color HEX #094D53 Sherpa Blue

📋 copy color: '#094D53'

red 9 ◦ green 77 ◦ blue 83

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

Shades of Sherpa Blue #094D53

Tints of Sherpa Blue #094D53

RGB

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

 GREEN value IS 77 (30.47% from 255) = 45.56%

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

R = 5.33%
G = 45.56%
B = 49.11%

CMYK

 C value IS 0.89

 M value IS 0.07

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#094D53 (or 0x094D53) is known color: Sherpa Blue. HEX triplet: 09, 4D and 53. RGB value is (9,77,83). Sum of RGB (Red+Green+Blue) = 9+77+83=169 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.33% from 169); Green value is 77 (30.47% from 255 or 45.56% from 169); Blue value is 83 (32.81% from 255 or 49.11% from 169); Max value from RGB is 83 - color contains mainly: blue. Hex color #094D53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #094D53 is #F6B2AC. Grayscale: #393939. Windows color (decimal): -16167597 or 5459209. OLE color: 5459209.

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

Color convert

RGB 9 77 83 -
CMYK 0.89 0.07 0 0.67
HSL 184.86º 0.8% 0.18% -
HSV(B) 184.86º 0.89% 0.33% -
XYZ 4.33 5.99 9.11 -
YUV 57.35 142.47 93.51 -
System Red Green Blue C M Y K H S L
Decimal 9 77 83 0.89 0.07 0 0.67 184.86 0.8 0.18
Hex 9 4D 53 59 7 0 43 B9 50 12
Octal 11 115 123 131 7 0 103 271 120 22
Binary 1001 1001101 1010011 1011001 111 0 1000011 10111001 1010000 10010

Color Harmonies of #094D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094D53

Black with #094D53

Text Example


Text Example

White with #094D53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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