Html Css Color HEX #09465A Sherpa Blue

📋 copy color: '#09465A'

red 9 ◦ green 70 ◦ blue 90

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

Shades of Sherpa Blue #09465A

Tints of Sherpa Blue #09465A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 41.42%

 BLUE value IS 90 (35.55% from 255) = 53.25%

R = 5.33%
G = 41.42%
B = 53.25%

CMYK

 C value IS 0.9

 M value IS 0.22

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#09465A (or 0x09465A) is known color: Sherpa Blue. HEX triplet: 09, 46 and 5A. RGB value is (9,70,90). Sum of RGB (Red+Green+Blue) = 9+70+90=169 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.33% from 169); Green value is 70 (27.73% from 255 or 41.42% from 169); Blue value is 90 (35.55% from 255 or 53.25% from 169); Max value from RGB is 90 - color contains mainly: blue. Hex color #09465A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09465A is #F6B9A5. Grayscale: #353535. Windows color (decimal): -16169382 or 5916169. OLE color: 5916169.

HSL color Cylindrical-coordinate representation of color #09465A: hue angle of 194.81º degrees, saturation: 0.82, 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 #09465A is Cyan = 0.9, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 9 70 90 -
CMYK 0.9 0.22 0 0.65
HSL 194.81º 0.82% 0.19% -
HSV(B) 194.81º 0.9% 0.35% -
XYZ 4.15 5.18 10.45 -
YUV 54.04 148.29 95.87 -
System Red Green Blue C M Y K H S L
Decimal 9 70 90 0.9 0.22 0 0.65 194.81 0.82 0.19
Hex 9 46 5A 5A 16 0 41 C3 52 13
Octal 11 106 132 132 26 0 101 303 122 23
Binary 1001 1000110 1011010 1011010 10110 0 1000001 11000011 1010010 10011

Color Harmonies of #09465A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09465A

Black with #09465A

Text Example


Text Example

White with #09465A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09465A; }

 p { color: rgb(9,70,90); }

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

background-color css

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

 a { background-color: rgb(9,70,90); }

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

border-color css

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

 span { border-color: rgb(9,70,90); }

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