Html Css Color HEX #094B4E Sherpa Blue

📋 copy color: '#094B4E'

red 9 ◦ green 75 ◦ blue 78

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

Shades of Sherpa Blue #094B4E

Tints of Sherpa Blue #094B4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 48.15%

R = 5.56%
G = 46.3%
B = 48.15%

CMYK

 C value IS 0.88

 M value IS 0.04

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#094B4E (or 0x094B4E) is known color: Sherpa Blue. HEX triplet: 09, 4B and 4E. RGB value is (9,75,78). Sum of RGB (Red+Green+Blue) = 9+75+78=162 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.56% from 162); Green value is 75 (29.69% from 255 or 46.30% from 162); Blue value is 78 (30.86% from 255 or 48.15% from 162); Max value from RGB is 78 - color contains mainly: blue. Hex color #094B4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094B4E is #F6B4B1. Grayscale: #373737. Windows color (decimal): -16168114 or 5131017. OLE color: 5131017.

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

Color convert

RGB 9 75 78 -
CMYK 0.88 0.04 0 0.69
HSL 182.61º 0.79% 0.17% -
HSV(B) 182.61º 0.88% 0.31% -
XYZ 4 5.64 8.09 -
YUV 55.61 140.63 94.76 -
System Red Green Blue C M Y K H S L
Decimal 9 75 78 0.88 0.04 0 0.69 182.61 0.79 0.17
Hex 9 4B 4E 58 4 0 45 B7 4F 11
Octal 11 113 116 130 4 0 105 267 117 21
Binary 1001 1001011 1001110 1011000 100 0 1000101 10110111 1001111 10001

Color Harmonies of #094B4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094B4E

Black with #094B4E

Text Example


Text Example

White with #094B4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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