Html Css Color HEX #094D63 Sherpa Blue

📋 copy color: '#094D63'

red 9 ◦ green 77 ◦ blue 99

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

Shades of Sherpa Blue #094D63

Tints of Sherpa Blue #094D63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 53.51%

R = 4.86%
G = 41.62%
B = 53.51%

CMYK

 C value IS 0.91

 M value IS 0.22

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#094D63 (or 0x094D63) is known color: Sherpa Blue. HEX triplet: 09, 4D and 63. RGB value is (9,77,99). Sum of RGB (Red+Green+Blue) = 9+77+99=185 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.86% from 185); Green value is 77 (30.47% from 255 or 41.62% from 185); Blue value is 99 (39.06% from 255 or 53.51% from 185); Max value from RGB is 99 - color contains mainly: blue. Hex color #094D63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #094D63 is #F6B29C. Grayscale: #3B3B3B. Windows color (decimal): -16167581 or 6507785. OLE color: 6507785.

HSL color Cylindrical-coordinate representation of color #094D63: hue angle of 194.67º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #094D63 is Cyan = 0.91, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 9 77 99 -
CMYK 0.91 0.22 0 0.61
HSL 194.67º 0.83% 0.21% -
HSV(B) 194.67º 0.91% 0.39% -
XYZ 5.02 6.27 12.75 -
YUV 59.18 150.47 92.21 -
System Red Green Blue C M Y K H S L
Decimal 9 77 99 0.91 0.22 0 0.61 194.67 0.83 0.21
Hex 9 4D 63 5B 16 0 3D C3 53 15
Octal 11 115 143 133 26 0 75 303 123 25
Binary 1001 1001101 1100011 1011011 10110 0 111101 11000011 1010011 10101

Color Harmonies of #094D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094D63

Black with #094D63

Text Example


Text Example

White with #094D63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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