Html Css Color HEX #09114C Sapphire

📋 copy color: '#09114C'

red 9 ◦ green 17 ◦ blue 76

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

Shades of Sapphire #09114C

Tints of Sapphire #09114C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 74.51%

R = 8.82%
G = 16.67%
B = 74.51%

CMYK

 C value IS 0.88

 M value IS 0.78

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#09114C (or 0x09114C) is known color: Sapphire. HEX triplet: 09, 11 and 4C. RGB value is (9,17,76). Sum of RGB (Red+Green+Blue) = 9+17+76=102 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.82% from 102); Green value is 17 (7.03% from 255 or 16.67% from 102); Blue value is 76 (30.08% from 255 or 74.51% from 102); Max value from RGB is 76 - color contains mainly: blue. Hex color #09114C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09114C is #F6EEB3. Grayscale: #151515. Windows color (decimal): -16182964 or 4985097. OLE color: 4985097.

HSL color Cylindrical-coordinate representation of color #09114C: hue angle of 232.84º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #09114C is Cyan = 0.88, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 9 17 76 -
CMYK 0.88 0.78 0 0.70
HSL 232.84º 0.79% 0.17% -
HSV(B) 232.84º 0.88% 0.3% -
XYZ 1.62 0.98 6.94 -
YUV 21.33 158.85 119.2 -
System Red Green Blue C M Y K H S L
Decimal 9 17 76 0.88 0.78 0 0.70 232.84 0.79 0.17
Hex 9 11 4C 58 4E 0 46 E9 4F 11
Octal 11 21 114 130 116 0 106 351 117 21
Binary 1001 10001 1001100 1011000 1001110 0 1000110 11101001 1001111 10001

Color Harmonies of #09114C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09114C

Black with #09114C

Text Example


Text Example

White with #09114C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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