Html Css Color HEX #094853 Sherpa Blue

📋 copy color: '#094853'

red 9 ◦ green 72 ◦ blue 83

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

Shades of Sherpa Blue #094853

Tints of Sherpa Blue #094853

RGB

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

 GREEN value IS 72 (28.52% from 255) = 43.9%

 BLUE value IS 83 (32.81% from 255) = 50.61%

R = 5.49%
G = 43.9%
B = 50.61%

CMYK

 C value IS 0.89

 M value IS 0.13

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#094853 (or 0x094853) is known color: Sherpa Blue. HEX triplet: 09, 48 and 53. RGB value is (9,72,83). Sum of RGB (Red+Green+Blue) = 9+72+83=164 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.49% from 164); Green value is 72 (28.52% from 255 or 43.90% from 164); Blue value is 83 (32.81% from 255 or 50.61% from 164); Max value from RGB is 83 - color contains mainly: blue. Hex color #094853 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094853 is #F6B7AC. Grayscale: #363636. Windows color (decimal): -16168877 or 5457929. OLE color: 5457929.

HSL color Cylindrical-coordinate representation of color #094853: hue angle of 188.92º degrees, saturation: 0.8, 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 #094853 is Cyan = 0.89, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 9 72 83 -
CMYK 0.89 0.13 0 0.67
HSL 188.92º 0.8% 0.18% -
HSV(B) 188.92º 0.89% 0.33% -
XYZ 3.99 5.32 9 -
YUV 54.42 144.13 95.61 -
System Red Green Blue C M Y K H S L
Decimal 9 72 83 0.89 0.13 0 0.67 188.92 0.8 0.18
Hex 9 48 53 59 D 0 43 BD 50 12
Octal 11 110 123 131 15 0 103 275 120 22
Binary 1001 1001000 1010011 1011001 1101 0 1000011 10111101 1010000 10010

Color Harmonies of #094853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094853

Black with #094853

Text Example


Text Example

White with #094853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094853; }

 p { color: rgb(9,72,83); }

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

background-color css

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

 a { background-color: rgb(9,72,83); }

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

border-color css

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

 span { border-color: rgb(9,72,83); }

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