Html Css Color HEX #094C62 Sherpa Blue

📋 copy color: '#094C62'

red 9 ◦ green 76 ◦ blue 98

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

Shades of Sherpa Blue #094C62

Tints of Sherpa Blue #094C62

RGB

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

 GREEN value IS 76 (30.08% from 255) = 41.53%

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

R = 4.92%
G = 41.53%
B = 53.55%

CMYK

 C value IS 0.91

 M value IS 0.22

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#094C62 (or 0x094C62) is known color: Sherpa Blue. HEX triplet: 09, 4C and 62. RGB value is (9,76,98). Sum of RGB (Red+Green+Blue) = 9+76+98=183 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.92% from 183); Green value is 76 (30.08% from 255 or 41.53% from 183); Blue value is 98 (38.67% from 255 or 53.55% from 183); Max value from RGB is 98 - color contains mainly: blue. Hex color #094C62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094C62 is #F6B39D. Grayscale: #3A3A3A. Windows color (decimal): -16167838 or 6441993. OLE color: 6441993.

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

Color convert

RGB 9 76 98 -
CMYK 0.91 0.22 0 0.62
HSL 194.83º 0.83% 0.21% -
HSV(B) 194.83º 0.91% 0.38% -
XYZ 4.9 6.11 12.48 -
YUV 58.48 150.3 92.71 -
System Red Green Blue C M Y K H S L
Decimal 9 76 98 0.91 0.22 0 0.62 194.83 0.83 0.21
Hex 9 4C 62 5B 16 0 3E C3 53 15
Octal 11 114 142 133 26 0 76 303 123 25
Binary 1001 1001100 1100010 1011011 10110 0 111110 11000011 1010011 10101

Color Harmonies of #094C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094C62

Black with #094C62

Text Example


Text Example

White with #094C62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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