Html Css Color HEX #09485F Sherpa Blue

📋 copy color: '#09485F'

red 9 ◦ green 72 ◦ blue 95

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

Shades of Sherpa Blue #09485F

Tints of Sherpa Blue #09485F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 53.98%

R = 5.11%
G = 40.91%
B = 53.98%

CMYK

 C value IS 0.91

 M value IS 0.24

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#09485F (or 0x09485F) is known color: Sherpa Blue. HEX triplet: 09, 48 and 5F. RGB value is (9,72,95). Sum of RGB (Red+Green+Blue) = 9+72+95=176 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.11% from 176); Green value is 72 (28.52% from 255 or 40.91% from 176); Blue value is 95 (37.5% from 255 or 53.98% from 176); Max value from RGB is 95 - color contains mainly: blue. Hex color #09485F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09485F is #F6B7A0. Grayscale: #373737. Windows color (decimal): -16168865 or 6244361. OLE color: 6244361.

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

Color convert

RGB 9 72 95 -
CMYK 0.91 0.24 0 0.63
HSL 196.05º 0.83% 0.2% -
HSV(B) 196.05º 0.91% 0.37% -
XYZ 4.5 5.52 11.65 -
YUV 55.79 150.13 94.63 -
System Red Green Blue C M Y K H S L
Decimal 9 72 95 0.91 0.24 0 0.63 196.05 0.83 0.2
Hex 9 48 5F 5B 18 0 3F C4 53 14
Octal 11 110 137 133 30 0 77 304 123 24
Binary 1001 1001000 1011111 1011011 11000 0 111111 11000100 1010011 10100

Color Harmonies of #09485F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09485F

Black with #09485F

Text Example


Text Example

White with #09485F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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