Html Css Color HEX #094052 Sherpa Blue

📋 copy color: '#094052'

red 9 ◦ green 64 ◦ blue 82

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

Shades of Sherpa Blue #094052

Tints of Sherpa Blue #094052

RGB

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

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

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

R = 5.81%
G = 41.29%
B = 52.9%

CMYK

 C value IS 0.89

 M value IS 0.22

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#094052 (or 0x094052) is known color: Sherpa Blue. HEX triplet: 09, 40 and 52. RGB value is (9,64,82). Sum of RGB (Red+Green+Blue) = 9+64+82=155 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.81% from 155); Green value is 64 (25.39% from 255 or 41.29% from 155); Blue value is 82 (32.42% from 255 or 52.90% from 155); Max value from RGB is 82 - color contains mainly: blue. Hex color #094052 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094052 is #F6BFAD. Grayscale: #313131. Windows color (decimal): -16170926 or 5390345. OLE color: 5390345.

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

Color convert

RGB 9 64 82 -
CMYK 0.89 0.22 0 0.68
HSL 194.79º 0.8% 0.18% -
HSV(B) 194.79º 0.89% 0.32% -
XYZ 3.47 4.33 8.64 -
YUV 49.61 146.28 99.04 -
System Red Green Blue C M Y K H S L
Decimal 9 64 82 0.89 0.22 0 0.68 194.79 0.8 0.18
Hex 9 40 52 59 16 0 44 C3 50 12
Octal 11 100 122 131 26 0 104 303 120 22
Binary 1001 1000000 1010010 1011001 10110 0 1000100 11000011 1010000 10010

Color Harmonies of #094052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094052

Black with #094052

Text Example


Text Example

White with #094052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094052; }

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

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

background-color css

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

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

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

border-color css

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

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

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