Html Css Color HEX #09485E Sherpa Blue

📋 copy color: '#09485E'

red 9 ◦ green 72 ◦ blue 94

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

Shades of Sherpa Blue #09485E

Tints of Sherpa Blue #09485E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 41.14%

 BLUE value IS 94 (37.11% from 255) = 53.71%

R = 5.14%
G = 41.14%
B = 53.71%

CMYK

 C value IS 0.90

 M value IS 0.23

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#09485E (or 0x09485E) is known color: Sherpa Blue. HEX triplet: 09, 48 and 5E. RGB value is (9,72,94). Sum of RGB (Red+Green+Blue) = 9+72+94=175 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.14% from 175); Green value is 72 (28.52% from 255 or 41.14% from 175); Blue value is 94 (37.11% from 255 or 53.71% from 175); Max value from RGB is 94 - color contains mainly: blue. Hex color #09485E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09485E is #F6B7A1. Grayscale: #373737. Windows color (decimal): -16168866 or 6178825. OLE color: 6178825.

HSL color Cylindrical-coordinate representation of color #09485E: hue angle of 195.53º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09485E is Cyan = 0.90, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 9 72 94 -
CMYK 0.90 0.23 0 0.63
HSL 195.53º 0.83% 0.2% -
HSV(B) 195.53º 0.9% 0.37% -
XYZ 4.45 5.5 11.42 -
YUV 55.67 149.63 94.71 -
System Red Green Blue C M Y K H S L
Decimal 9 72 94 0.90 0.23 0 0.63 195.53 0.83 0.2
Hex 9 48 5E 5A 17 0 3F C4 53 14
Octal 11 110 136 132 27 0 77 304 123 24
Binary 1001 1001000 1011110 1011010 10111 0 111111 11000100 1010011 10100

Color Harmonies of #09485E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09485E

Black with #09485E

Text Example


Text Example

White with #09485E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09485E; }

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

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

background-color css

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

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

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

border-color css

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

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

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