Html Css Color HEX #094552 Sherpa Blue

📋 copy color: '#094552'

red 9 ◦ green 69 ◦ blue 82

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

Shades of Sherpa Blue #094552

Tints of Sherpa Blue #094552

RGB

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

 GREEN value IS 69 (27.34% from 255) = 43.13%

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

R = 5.63%
G = 43.13%
B = 51.25%

CMYK

 C value IS 0.89

 M value IS 0.16

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#094552 (or 0x094552) is known color: Sherpa Blue. HEX triplet: 09, 45 and 52. RGB value is (9,69,82). Sum of RGB (Red+Green+Blue) = 9+69+82=160 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.62% from 160); Green value is 69 (27.34% from 255 or 43.12% from 160); Blue value is 82 (32.42% from 255 or 51.25% from 160); Max value from RGB is 82 - color contains mainly: blue. Hex color #094552 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094552 is #F6BAAD. Grayscale: #343434. Windows color (decimal): -16169646 or 5391625. OLE color: 5391625.

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

Color convert

RGB 9 69 82 -
CMYK 0.89 0.16 0 0.68
HSL 190.68º 0.8% 0.18% -
HSV(B) 190.68º 0.89% 0.32% -
XYZ 3.76 4.92 8.73 -
YUV 52.54 144.62 96.94 -
System Red Green Blue C M Y K H S L
Decimal 9 69 82 0.89 0.16 0 0.68 190.68 0.8 0.18
Hex 9 45 52 59 10 0 44 BF 50 12
Octal 11 105 122 131 20 0 104 277 120 22
Binary 1001 1000101 1010010 1011001 10000 0 1000100 10111111 1010000 10010

Color Harmonies of #094552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094552

Black with #094552

Text Example


Text Example

White with #094552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094552; }

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

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

background-color css

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

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

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

border-color css

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

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

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