Html Css Color HEX #09455C Sherpa Blue

📋 copy color: '#09455C'

red 9 ◦ green 69 ◦ blue 92

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

Shades of Sherpa Blue #09455C

Tints of Sherpa Blue #09455C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 54.12%

R = 5.29%
G = 40.59%
B = 54.12%

CMYK

 C value IS 0.90

 M value IS 0.25

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#09455C (or 0x09455C) is known color: Sherpa Blue. HEX triplet: 09, 45 and 5C. RGB value is (9,69,92). Sum of RGB (Red+Green+Blue) = 9+69+92=170 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.29% from 170); Green value is 69 (27.34% from 255 or 40.59% from 170); Blue value is 92 (36.33% from 255 or 54.12% from 170); Max value from RGB is 92 - color contains mainly: blue. Hex color #09455C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09455C is #F6BAA3. Grayscale: #353535. Windows color (decimal): -16169636 or 6046985. OLE color: 6046985.

HSL color Cylindrical-coordinate representation of color #09455C: hue angle of 196.63º 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 #09455C is Cyan = 0.90, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 9 69 92 -
CMYK 0.90 0.25 0 0.64
HSL 196.63º 0.82% 0.2% -
HSV(B) 196.63º 0.9% 0.36% -
XYZ 4.17 5.09 10.89 -
YUV 53.68 149.62 96.13 -
System Red Green Blue C M Y K H S L
Decimal 9 69 92 0.90 0.25 0 0.64 196.63 0.82 0.2
Hex 9 45 5C 5A 19 0 40 C5 52 14
Octal 11 105 134 132 31 0 100 305 122 24
Binary 1001 1000101 1011100 1011010 11001 0 1000000 11000101 1010010 10100

Color Harmonies of #09455C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09455C

Black with #09455C

Text Example


Text Example

White with #09455C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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