Html Css Color HEX #094D62 Sherpa Blue

📋 copy color: '#094D62'

red 9 ◦ green 77 ◦ blue 98

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

Shades of Sherpa Blue #094D62

Tints of Sherpa Blue #094D62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 53.26%

R = 4.89%
G = 41.85%
B = 53.26%

CMYK

 C value IS 0.91

 M value IS 0.21

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#094D62 (or 0x094D62) is known color: Sherpa Blue. HEX triplet: 09, 4D and 62. RGB value is (9,77,98). Sum of RGB (Red+Green+Blue) = 9+77+98=184 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.89% from 184); Green value is 77 (30.47% from 255 or 41.85% from 184); Blue value is 98 (38.67% from 255 or 53.26% from 184); Max value from RGB is 98 - color contains mainly: blue. Hex color #094D62 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #094D62 is #F6B29D. Grayscale: #3A3A3A. Windows color (decimal): -16167582 or 6442249. OLE color: 6442249.

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

Color convert

RGB 9 77 98 -
CMYK 0.91 0.21 0 0.62
HSL 194.16º 0.83% 0.21% -
HSV(B) 194.16º 0.91% 0.38% -
XYZ 4.97 6.25 12.5 -
YUV 59.06 149.97 92.29 -
System Red Green Blue C M Y K H S L
Decimal 9 77 98 0.91 0.21 0 0.62 194.16 0.83 0.21
Hex 9 4D 62 5B 15 0 3E C2 53 15
Octal 11 115 142 133 25 0 76 302 123 25
Binary 1001 1001101 1100010 1011011 10101 0 111110 11000010 1010011 10101

Color Harmonies of #094D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094D62

Black with #094D62

Text Example


Text Example

White with #094D62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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