Html Css Color HEX #09455A Sherpa Blue

📋 copy color: '#09455A'

red 9 ◦ green 69 ◦ blue 90

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

Shades of Sherpa Blue #09455A

Tints of Sherpa Blue #09455A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 41.07%

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

R = 5.36%
G = 41.07%
B = 53.57%

CMYK

 C value IS 0.9

 M value IS 0.23

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#09455A (or 0x09455A) is known color: Sherpa Blue. HEX triplet: 09, 45 and 5A. RGB value is (9,69,90). Sum of RGB (Red+Green+Blue) = 9+69+90=168 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.36% from 168); Green value is 69 (27.34% from 255 or 41.07% from 168); Blue value is 90 (35.55% from 255 or 53.57% from 168); Max value from RGB is 90 - color contains mainly: blue. Hex color #09455A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09455A is #F6BAA5. Grayscale: #353535. Windows color (decimal): -16169638 or 5915913. OLE color: 5915913.

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

Color convert

RGB 9 69 90 -
CMYK 0.9 0.23 0 0.65
HSL 195.56º 0.82% 0.19% -
HSV(B) 195.56º 0.9% 0.35% -
XYZ 4.09 5.05 10.43 -
YUV 53.45 148.62 96.29 -
System Red Green Blue C M Y K H S L
Decimal 9 69 90 0.9 0.23 0 0.65 195.56 0.82 0.19
Hex 9 45 5A 5A 17 0 41 C4 52 13
Octal 11 105 132 132 27 0 101 304 122 23
Binary 1001 1000101 1011010 1011010 10111 0 1000001 11000100 1010010 10011

Color Harmonies of #09455A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09455A

Black with #09455A

Text Example


Text Example

White with #09455A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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