Html Css Color HEX #094458 Sherpa Blue

📋 copy color: '#094458'

red 9 ◦ green 68 ◦ blue 88

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

Shades of Sherpa Blue #094458

Tints of Sherpa Blue #094458

RGB

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

 GREEN value IS 68 (26.95% from 255) = 41.21%

 BLUE value IS 88 (34.77% from 255) = 53.33%

R = 5.45%
G = 41.21%
B = 53.33%

CMYK

 C value IS 0.90

 M value IS 0.23

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#094458 (or 0x094458) is known color: Sherpa Blue. HEX triplet: 09, 44 and 58. RGB value is (9,68,88). Sum of RGB (Red+Green+Blue) = 9+68+88=165 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.45% from 165); Green value is 68 (26.95% from 255 or 41.21% from 165); Blue value is 88 (34.77% from 255 or 53.33% from 165); Max value from RGB is 88 - color contains mainly: blue. Hex color #094458 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094458 is #F6BBA7. Grayscale: #343434. Windows color (decimal): -16169896 or 5784585. OLE color: 5784585.

HSL color Cylindrical-coordinate representation of color #094458: hue angle of 195.19º degrees, saturation: 0.81, 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 #094458 is Cyan = 0.90, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 9 68 88 -
CMYK 0.90 0.23 0 0.65
HSL 195.19º 0.81% 0.19% -
HSV(B) 195.19º 0.9% 0.35% -
XYZ 3.94 4.9 9.97 -
YUV 52.64 147.95 96.87 -
System Red Green Blue C M Y K H S L
Decimal 9 68 88 0.90 0.23 0 0.65 195.19 0.81 0.19
Hex 9 44 58 5A 17 0 41 C3 51 13
Octal 11 104 130 132 27 0 101 303 121 23
Binary 1001 1000100 1011000 1011010 10111 0 1000001 11000011 1010001 10011

Color Harmonies of #094458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094458

Black with #094458

Text Example


Text Example

White with #094458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094458; }

 p { color: rgb(9,68,88); }

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

background-color css

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

 a { background-color: rgb(9,68,88); }

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

border-color css

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

 span { border-color: rgb(9,68,88); }

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