Html Css Color HEX #09165F Sapphire

📋 copy color: '#09165F'

red 9 ◦ green 22 ◦ blue 95

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

Shades of Sapphire #09165F

Tints of Sapphire #09165F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 75.4%

R = 7.14%
G = 17.46%
B = 75.4%

CMYK

 C value IS 0.91

 M value IS 0.77

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#09165F (or 0x09165F) is known color: Sapphire. HEX triplet: 09, 16 and 5F. RGB value is (9,22,95). Sum of RGB (Red+Green+Blue) = 9+22+95=126 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.14% from 126); Green value is 22 (8.98% from 255 or 17.46% from 126); Blue value is 95 (37.5% from 255 or 75.40% from 126); Max value from RGB is 95 - color contains mainly: blue. Hex color #09165F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09165F is #F6E9A0. Grayscale: #1A1A1A. Windows color (decimal): -16181665 or 6231561. OLE color: 6231561.

HSL color Cylindrical-coordinate representation of color #09165F: hue angle of 230.93º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #09165F is Cyan = 0.91, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 9 22 95 -
CMYK 0.91 0.77 0 0.63
HSL 230.93º 0.83% 0.2% -
HSV(B) 230.93º 0.91% 0.37% -
XYZ 2.47 1.46 10.98 -
YUV 26.44 166.69 115.56 -
System Red Green Blue C M Y K H S L
Decimal 9 22 95 0.91 0.77 0 0.63 230.93 0.83 0.2
Hex 9 16 5F 5B 4D 0 3F E7 53 14
Octal 11 26 137 133 115 0 77 347 123 24
Binary 1001 10110 1011111 1011011 1001101 0 111111 11100111 1010011 10100

Color Harmonies of #09165F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09165F

Black with #09165F

Text Example


Text Example

White with #09165F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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