Html Css Color HEX #094F62 Sherpa Blue

📋 copy color: '#094F62'

red 9 ◦ green 79 ◦ blue 98

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

Shades of Sherpa Blue #094F62

Tints of Sherpa Blue #094F62

RGB

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

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

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

R = 4.84%
G = 42.47%
B = 52.69%

CMYK

 C value IS 0.91

 M value IS 0.19

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#094F62 (or 0x094F62) is known color: Sherpa Blue. HEX triplet: 09, 4F and 62. RGB value is (9,79,98). Sum of RGB (Red+Green+Blue) = 9+79+98=186 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.84% from 186); Green value is 79 (31.25% from 255 or 42.47% from 186); Blue value is 98 (38.67% from 255 or 52.69% from 186); Max value from RGB is 98 - color contains mainly: blue. Hex color #094F62 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #094F62 is #F6B09D. Grayscale: #3C3C3C. Windows color (decimal): -16167070 or 6442761. OLE color: 6442761.

HSL color Cylindrical-coordinate representation of color #094F62: hue angle of 192.81º 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 #094F62 is Cyan = 0.91, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 9 79 98 -
CMYK 0.91 0.19 0 0.62
HSL 192.81º 0.83% 0.21% -
HSV(B) 192.81º 0.91% 0.38% -
XYZ 5.11 6.53 12.55 -
YUV 60.24 149.31 91.46 -
System Red Green Blue C M Y K H S L
Decimal 9 79 98 0.91 0.19 0 0.62 192.81 0.83 0.21
Hex 9 4F 62 5B 13 0 3E C1 53 15
Octal 11 117 142 133 23 0 76 301 123 25
Binary 1001 1001111 1100010 1011011 10011 0 111110 11000001 1010011 10101

Color Harmonies of #094F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094F62

Black with #094F62

Text Example


Text Example

White with #094F62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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