Html Css Color HEX #094253 Sherpa Blue

📋 copy color: '#094253'

red 9 ◦ green 66 ◦ blue 83

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

Shades of Sherpa Blue #094253

Tints of Sherpa Blue #094253

RGB

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

 GREEN value IS 66 (26.17% from 255) = 41.77%

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

R = 5.7%
G = 41.77%
B = 52.53%

CMYK

 C value IS 0.89

 M value IS 0.20

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#094253 (or 0x094253) is known color: Sherpa Blue. HEX triplet: 09, 42 and 53. RGB value is (9,66,83). Sum of RGB (Red+Green+Blue) = 9+66+83=158 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.70% from 158); Green value is 66 (26.17% from 255 or 41.77% from 158); Blue value is 83 (32.81% from 255 or 52.53% from 158); Max value from RGB is 83 - color contains mainly: blue. Hex color #094253 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094253 is #F6BDAC. Grayscale: #323232. Windows color (decimal): -16170413 or 5456393. OLE color: 5456393.

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

Color convert

RGB 9 66 83 -
CMYK 0.89 0.20 0 0.67
HSL 193.78º 0.8% 0.18% -
HSV(B) 193.78º 0.89% 0.33% -
XYZ 3.62 4.58 8.88 -
YUV 50.9 146.12 98.12 -
System Red Green Blue C M Y K H S L
Decimal 9 66 83 0.89 0.20 0 0.67 193.78 0.8 0.18
Hex 9 42 53 59 14 0 43 C2 50 12
Octal 11 102 123 131 24 0 103 302 120 22
Binary 1001 1000010 1010011 1011001 10100 0 1000011 11000010 1010000 10010

Color Harmonies of #094253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094253

Black with #094253

Text Example


Text Example

White with #094253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094253; }

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

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

background-color css

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

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

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

border-color css

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

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

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