Html Css Color HEX #09114F Sapphire

📋 copy color: '#09114F'

red 9 ◦ green 17 ◦ blue 79

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

Shades of Sapphire #09114F

Tints of Sapphire #09114F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 16.19%

 BLUE value IS 79 (31.25% from 255) = 75.24%

R = 8.57%
G = 16.19%
B = 75.24%

CMYK

 C value IS 0.89

 M value IS 0.78

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#09114F (or 0x09114F) is known color: Sapphire. HEX triplet: 09, 11 and 4F. RGB value is (9,17,79). Sum of RGB (Red+Green+Blue) = 9+17+79=105 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.57% from 105); Green value is 17 (7.03% from 255 or 16.19% from 105); Blue value is 79 (31.25% from 255 or 75.24% from 105); Max value from RGB is 79 - color contains mainly: blue. Hex color #09114F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09114F is #F6EEB0. Grayscale: #151515. Windows color (decimal): -16182961 or 5181705. OLE color: 5181705.

HSL color Cylindrical-coordinate representation of color #09114F: hue angle of 233.14º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #09114F is Cyan = 0.89, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 9 17 79 -
CMYK 0.89 0.78 0 0.69
HSL 233.14º 0.8% 0.17% -
HSV(B) 233.14º 0.89% 0.31% -
XYZ 1.72 1.02 7.5 -
YUV 21.68 160.35 118.96 -
System Red Green Blue C M Y K H S L
Decimal 9 17 79 0.89 0.78 0 0.69 233.14 0.8 0.17
Hex 9 11 4F 59 4E 0 45 E9 50 11
Octal 11 21 117 131 116 0 105 351 120 21
Binary 1001 10001 1001111 1011001 1001110 0 1000101 11101001 1010000 10001

Color Harmonies of #09114F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09114F

Black with #09114F

Text Example


Text Example

White with #09114F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,17,79); }

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

background-color css

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

 a { background-color: rgb(9,17,79); }

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

border-color css

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

 span { border-color: rgb(9,17,79); }

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