Html Css Color HEX #094C52 Sherpa Blue

📋 copy color: '#094C52'

red 9 ◦ green 76 ◦ blue 82

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

Shades of Sherpa Blue #094C52

Tints of Sherpa Blue #094C52

RGB

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

 GREEN value IS 76 (30.08% from 255) = 45.51%

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

R = 5.39%
G = 45.51%
B = 49.1%

CMYK

 C value IS 0.89

 M value IS 0.07

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#094C52 (or 0x094C52) is known color: Sherpa Blue. HEX triplet: 09, 4C and 52. RGB value is (9,76,82). Sum of RGB (Red+Green+Blue) = 9+76+82=167 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.39% from 167); Green value is 76 (30.08% from 255 or 45.51% from 167); Blue value is 82 (32.42% from 255 or 49.10% from 167); Max value from RGB is 82 - color contains mainly: blue. Hex color #094C52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094C52 is #F6B3AD. Grayscale: #383838. Windows color (decimal): -16167854 or 5393417. OLE color: 5393417.

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

Color convert

RGB 9 76 82 -
CMYK 0.89 0.07 0 0.68
HSL 184.93º 0.8% 0.18% -
HSV(B) 184.93º 0.89% 0.32% -
XYZ 4.22 5.84 8.89 -
YUV 56.65 142.3 94.01 -
System Red Green Blue C M Y K H S L
Decimal 9 76 82 0.89 0.07 0 0.68 184.93 0.8 0.18
Hex 9 4C 52 59 7 0 44 B9 50 12
Octal 11 114 122 131 7 0 104 271 120 22
Binary 1001 1001100 1010010 1011001 111 0 1000100 10111001 1010000 10010

Color Harmonies of #094C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094C52

Black with #094C52

Text Example


Text Example

White with #094C52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094C52; }

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

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

background-color css

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

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

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

border-color css

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

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

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