Html Css Color HEX #094053 Sherpa Blue

📋 copy color: '#094053'

red 9 ◦ green 64 ◦ blue 83

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

Shades of Sherpa Blue #094053

Tints of Sherpa Blue #094053

RGB

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

 GREEN value IS 64 (25.39% from 255) = 41.03%

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

R = 5.77%
G = 41.03%
B = 53.21%

CMYK

 C value IS 0.89

 M value IS 0.23

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#094053 (or 0x094053) is known color: Sherpa Blue. HEX triplet: 09, 40 and 53. RGB value is (9,64,83). Sum of RGB (Red+Green+Blue) = 9+64+83=156 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.77% from 156); Green value is 64 (25.39% from 255 or 41.03% from 156); Blue value is 83 (32.81% from 255 or 53.21% from 156); Max value from RGB is 83 - color contains mainly: blue. Hex color #094053 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094053 is #F6BFAC. Grayscale: #313131. Windows color (decimal): -16170925 or 5455881. OLE color: 5455881.

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

Color convert

RGB 9 64 83 -
CMYK 0.89 0.23 0 0.67
HSL 195.41º 0.8% 0.18% -
HSV(B) 195.41º 0.89% 0.33% -
XYZ 3.51 4.35 8.84 -
YUV 49.72 146.78 98.96 -
System Red Green Blue C M Y K H S L
Decimal 9 64 83 0.89 0.23 0 0.67 195.41 0.8 0.18
Hex 9 40 53 59 17 0 43 C3 50 12
Octal 11 100 123 131 27 0 103 303 120 22
Binary 1001 1000000 1010011 1011001 10111 0 1000011 11000011 1010000 10010

Color Harmonies of #094053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094053

Black with #094053

Text Example


Text Example

White with #094053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094053; }

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

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

background-color css

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

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

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

border-color css

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

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

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