Html Css Color HEX #094048 Sherpa Blue

📋 copy color: '#094048'

red 9 ◦ green 64 ◦ blue 72

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

Shades of Sherpa Blue #094048

Tints of Sherpa Blue #094048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 49.66%

R = 6.21%
G = 44.14%
B = 49.66%

CMYK

 C value IS 0.88

 M value IS 0.11

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#094048 (or 0x094048) is known color: Sherpa Blue. HEX triplet: 09, 40 and 48. RGB value is (9,64,72). Sum of RGB (Red+Green+Blue) = 9+64+72=145 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.21% from 145); Green value is 64 (25.39% from 255 or 44.14% from 145); Blue value is 72 (28.52% from 255 or 49.66% from 145); Max value from RGB is 72 - color contains mainly: blue. Hex color #094048 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094048 is #F6BFB7. Grayscale: #303030. Windows color (decimal): -16170936 or 4734985. OLE color: 4734985.

HSL color Cylindrical-coordinate representation of color #094048: hue angle of 187.62º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #094048 is Cyan = 0.88, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 9 64 72 -
CMYK 0.88 0.11 0 0.72
HSL 187.62º 0.78% 0.16% -
HSV(B) 187.62º 0.88% 0.28% -
XYZ 3.12 4.19 6.78 -
YUV 48.47 141.28 99.85 -
System Red Green Blue C M Y K H S L
Decimal 9 64 72 0.88 0.11 0 0.72 187.62 0.78 0.16
Hex 9 40 48 58 B 0 48 BC 4E 10
Octal 11 100 110 130 13 0 110 274 116 20
Binary 1001 1000000 1001000 1011000 1011 0 1001000 10111100 1001110 10000

Color Harmonies of #094048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094048

Black with #094048

Text Example


Text Example

White with #094048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094048; }

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

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

background-color css

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

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

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

border-color css

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

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

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