Html Css Color HEX #094259 Sherpa Blue

📋 copy color: '#094259'

red 9 ◦ green 66 ◦ blue 89

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

Shades of Sherpa Blue #094259

Tints of Sherpa Blue #094259

RGB

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

 GREEN value IS 66 (26.17% from 255) = 40.24%

 BLUE value IS 89 (35.16% from 255) = 54.27%

R = 5.49%
G = 40.24%
B = 54.27%

CMYK

 C value IS 0.90

 M value IS 0.26

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#094259 (or 0x094259) is known color: Sherpa Blue. HEX triplet: 09, 42 and 59. RGB value is (9,66,89). Sum of RGB (Red+Green+Blue) = 9+66+89=164 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.49% from 164); Green value is 66 (26.17% from 255 or 40.24% from 164); Blue value is 89 (35.16% from 255 or 54.27% from 164); Max value from RGB is 89 - color contains mainly: blue. Hex color #094259 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094259 is #F6BDA6. Grayscale: #333333. Windows color (decimal): -16170407 or 5849609. OLE color: 5849609.

HSL color Cylindrical-coordinate representation of color #094259: hue angle of 197.25º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #094259 is Cyan = 0.90, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 9 66 89 -
CMYK 0.90 0.26 0 0.65
HSL 197.25º 0.82% 0.19% -
HSV(B) 197.25º 0.9% 0.35% -
XYZ 3.86 4.68 10.15 -
YUV 51.58 149.12 97.63 -
System Red Green Blue C M Y K H S L
Decimal 9 66 89 0.90 0.26 0 0.65 197.25 0.82 0.19
Hex 9 42 59 5A 1A 0 41 C5 52 13
Octal 11 102 131 132 32 0 101 305 122 23
Binary 1001 1000010 1011001 1011010 11010 0 1000001 11000101 1010010 10011

Color Harmonies of #094259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094259

Black with #094259

Text Example


Text Example

White with #094259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094259; }

 p { color: rgb(9,66,89); }

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

background-color css

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

 a { background-color: rgb(9,66,89); }

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

border-color css

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

 span { border-color: rgb(9,66,89); }

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