Html Css Color HEX #094B54 Sherpa Blue

📋 copy color: '#094B54'

red 9 ◦ green 75 ◦ blue 84

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

Shades of Sherpa Blue #094B54

Tints of Sherpa Blue #094B54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 50%

R = 5.36%
G = 44.64%
B = 50%

CMYK

 C value IS 0.89

 M value IS 0.11

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#094B54 (or 0x094B54) is known color: Sherpa Blue. HEX triplet: 09, 4B and 54. RGB value is (9,75,84). Sum of RGB (Red+Green+Blue) = 9+75+84=168 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.36% from 168); Green value is 75 (29.69% from 255 or 44.64% from 168); Blue value is 84 (33.20% from 255 or 50% from 168); Max value from RGB is 84 - color contains mainly: blue. Hex color #094B54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094B54 is #F6B4AB. Grayscale: #383838. Windows color (decimal): -16168108 or 5524233. OLE color: 5524233.

HSL color Cylindrical-coordinate representation of color #094B54: hue angle of 187.2º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #094B54 is Cyan = 0.89, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 9 75 84 -
CMYK 0.89 0.11 0 0.67
HSL 187.2º 0.81% 0.18% -
HSV(B) 187.2º 0.89% 0.33% -
XYZ 4.23 5.73 9.27 -
YUV 56.29 143.63 94.27 -
System Red Green Blue C M Y K H S L
Decimal 9 75 84 0.89 0.11 0 0.67 187.2 0.81 0.18
Hex 9 4B 54 59 B 0 43 BB 51 12
Octal 11 113 124 131 13 0 103 273 121 22
Binary 1001 1001011 1010100 1011001 1011 0 1000011 10111011 1010001 10010

Color Harmonies of #094B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094B54

Black with #094B54

Text Example


Text Example

White with #094B54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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