Html Css Color HEX #094B5D Sherpa Blue

📋 copy color: '#094B5D'

red 9 ◦ green 75 ◦ blue 93

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

Shades of Sherpa Blue #094B5D

Tints of Sherpa Blue #094B5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 52.54%

R = 5.08%
G = 42.37%
B = 52.54%

CMYK

 C value IS 0.90

 M value IS 0.19

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#094B5D (or 0x094B5D) is known color: Sherpa Blue. HEX triplet: 09, 4B and 5D. RGB value is (9,75,93). Sum of RGB (Red+Green+Blue) = 9+75+93=177 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.08% from 177); Green value is 75 (29.69% from 255 or 42.37% from 177); Blue value is 93 (36.72% from 255 or 52.54% from 177); Max value from RGB is 93 - color contains mainly: blue. Hex color #094B5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094B5D is #F6B4A2. Grayscale: #393939. Windows color (decimal): -16168099 or 6114057. OLE color: 6114057.

HSL color Cylindrical-coordinate representation of color #094B5D: hue angle of 192.86º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #094B5D is Cyan = 0.90, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 9 75 93 -
CMYK 0.90 0.19 0 0.64
HSL 192.86º 0.82% 0.2% -
HSV(B) 192.86º 0.9% 0.36% -
XYZ 4.6 5.88 11.25 -
YUV 57.32 148.13 93.54 -
System Red Green Blue C M Y K H S L
Decimal 9 75 93 0.90 0.19 0 0.64 192.86 0.82 0.2
Hex 9 4B 5D 5A 13 0 40 C1 52 14
Octal 11 113 135 132 23 0 100 301 122 24
Binary 1001 1001011 1011101 1011010 10011 0 1000000 11000001 1010010 10100

Color Harmonies of #094B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094B5D

Black with #094B5D

Text Example


Text Example

White with #094B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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