Html Css Color HEX #09485D Sherpa Blue

📋 copy color: '#09485D'

red 9 ◦ green 72 ◦ blue 93

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

Shades of Sherpa Blue #09485D

Tints of Sherpa Blue #09485D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 53.45%

R = 5.17%
G = 41.38%
B = 53.45%

CMYK

 C value IS 0.90

 M value IS 0.23

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#09485D (or 0x09485D) is known color: Sherpa Blue. HEX triplet: 09, 48 and 5D. RGB value is (9,72,93). Sum of RGB (Red+Green+Blue) = 9+72+93=174 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.17% from 174); Green value is 72 (28.52% from 255 or 41.38% from 174); Blue value is 93 (36.72% from 255 or 53.45% from 174); Max value from RGB is 93 - color contains mainly: blue. Hex color #09485D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09485D is #F6B7A2. Grayscale: #373737. Windows color (decimal): -16168867 or 6113289. OLE color: 6113289.

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

Color convert

RGB 9 72 93 -
CMYK 0.90 0.23 0 0.64
HSL 195º 0.82% 0.2% -
HSV(B) 195º 0.9% 0.36% -
XYZ 4.41 5.48 11.18 -
YUV 55.56 149.13 94.79 -
System Red Green Blue C M Y K H S L
Decimal 9 72 93 0.90 0.23 0 0.64 195 0.82 0.2
Hex 9 48 5D 5A 17 0 40 C3 52 14
Octal 11 110 135 132 27 0 100 303 122 24
Binary 1001 1001000 1011101 1011010 10111 0 1000000 11000011 1010010 10100

Color Harmonies of #09485D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09485D

Black with #09485D

Text Example


Text Example

White with #09485D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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