Html Css Color HEX #09165A Sapphire

📋 copy color: '#09165A'

red 9 ◦ green 22 ◦ blue 90

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

Shades of Sapphire #09165A

Tints of Sapphire #09165A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 18.18%

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

R = 7.44%
G = 18.18%
B = 74.38%

CMYK

 C value IS 0.9

 M value IS 0.76

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#09165A (or 0x09165A) is known color: Sapphire. HEX triplet: 09, 16 and 5A. RGB value is (9,22,90). Sum of RGB (Red+Green+Blue) = 9+22+90=121 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.44% from 121); Green value is 22 (8.98% from 255 or 18.18% from 121); Blue value is 90 (35.55% from 255 or 74.38% from 121); Max value from RGB is 90 - color contains mainly: blue. Hex color #09165A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09165A is #F6E9A5. Grayscale: #191919. Windows color (decimal): -16181670 or 5903881. OLE color: 5903881.

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

Color convert

RGB 9 22 90 -
CMYK 0.9 0.76 0 0.65
HSL 230.37º 0.82% 0.19% -
HSV(B) 230.37º 0.9% 0.35% -
XYZ 2.25 1.37 9.82 -
YUV 25.87 164.19 115.97 -
System Red Green Blue C M Y K H S L
Decimal 9 22 90 0.9 0.76 0 0.65 230.37 0.82 0.19
Hex 9 16 5A 5A 4C 0 41 E6 52 13
Octal 11 26 132 132 114 0 101 346 122 23
Binary 1001 10110 1011010 1011010 1001100 0 1000001 11100110 1010010 10011

Color Harmonies of #09165A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09165A

Black with #09165A

Text Example


Text Example

White with #09165A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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