Html Css Color HEX #094352 Sherpa Blue

📋 copy color: '#094352'

red 9 ◦ green 67 ◦ blue 82

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

Shades of Sherpa Blue #094352

Tints of Sherpa Blue #094352

RGB

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

 GREEN value IS 67 (26.56% from 255) = 42.41%

 BLUE value IS 82 (32.42% from 255) = 51.9%

R = 5.7%
G = 42.41%
B = 51.9%

CMYK

 C value IS 0.89

 M value IS 0.18

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#094352 (or 0x094352) is known color: Sherpa Blue. HEX triplet: 09, 43 and 52. RGB value is (9,67,82). Sum of RGB (Red+Green+Blue) = 9+67+82=158 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.70% from 158); Green value is 67 (26.56% from 255 or 42.41% from 158); Blue value is 82 (32.42% from 255 or 51.90% from 158); Max value from RGB is 82 - color contains mainly: blue. Hex color #094352 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094352 is #F6BCAD. Grayscale: #333333. Windows color (decimal): -16170158 or 5391113. OLE color: 5391113.

HSL color Cylindrical-coordinate representation of color #094352: hue angle of 192.33º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #094352 is Cyan = 0.89, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 9 67 82 -
CMYK 0.89 0.18 0 0.68
HSL 192.33º 0.8% 0.18% -
HSV(B) 192.33º 0.89% 0.32% -
XYZ 3.64 4.68 8.69 -
YUV 51.37 145.28 97.78 -
System Red Green Blue C M Y K H S L
Decimal 9 67 82 0.89 0.18 0 0.68 192.33 0.8 0.18
Hex 9 43 52 59 12 0 44 C0 50 12
Octal 11 103 122 131 22 0 104 300 120 22
Binary 1001 1000011 1010010 1011001 10010 0 1000100 11000000 1010000 10010

Color Harmonies of #094352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094352

Black with #094352

Text Example


Text Example

White with #094352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094352; }

 p { color: rgb(9,67,82); }

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

background-color css

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

 a { background-color: rgb(9,67,82); }

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

border-color css

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

 span { border-color: rgb(9,67,82); }

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