Html Css Color HEX #094B4C Sherpa Blue

📋 copy color: '#094B4C'

red 9 ◦ green 75 ◦ blue 76

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

Shades of Sherpa Blue #094B4C

Tints of Sherpa Blue #094B4C

RGB

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

 GREEN value IS 75 (29.69% from 255) = 46.88%

 BLUE value IS 76 (30.08% from 255) = 47.5%

R = 5.63%
G = 46.88%
B = 47.5%

CMYK

 C value IS 0.88

 M value IS 0.01

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#094B4C (or 0x094B4C) is known color: Sherpa Blue. HEX triplet: 09, 4B and 4C. RGB value is (9,75,76). Sum of RGB (Red+Green+Blue) = 9+75+76=160 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.62% from 160); Green value is 75 (29.69% from 255 or 46.88% from 160); Blue value is 76 (30.08% from 255 or 47.5% from 160); Max value from RGB is 76 - color contains mainly: blue. Hex color #094B4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094B4C is #F6B4B3. Grayscale: #373737. Windows color (decimal): -16168116 or 4999945. OLE color: 4999945.

HSL color Cylindrical-coordinate representation of color #094B4C: hue angle of 180.9º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #094B4C is Cyan = 0.88, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 9 75 76 -
CMYK 0.88 0.01 0 0.70
HSL 180.9º 0.79% 0.17% -
HSV(B) 180.9º 0.88% 0.3% -
XYZ 3.93 5.61 7.71 -
YUV 55.38 139.63 94.92 -
System Red Green Blue C M Y K H S L
Decimal 9 75 76 0.88 0.01 0 0.70 180.9 0.79 0.17
Hex 9 4B 4C 58 1 0 46 B5 4F 11
Octal 11 113 114 130 1 0 106 265 117 21
Binary 1001 1001011 1001100 1011000 1 0 1000110 10110101 1001111 10001

Color Harmonies of #094B4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094B4C

Black with #094B4C

Text Example


Text Example

White with #094B4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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