Html Css Color HEX #091152 Sapphire

📋 copy color: '#091152'

red 9 ◦ green 17 ◦ blue 82

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

Shades of Sapphire #091152

Tints of Sapphire #091152

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 75.93%

R = 8.33%
G = 15.74%
B = 75.93%

CMYK

 C value IS 0.89

 M value IS 0.79

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#091152 (or 0x091152) is known color: Sapphire. HEX triplet: 09, 11 and 52. RGB value is (9,17,82). Sum of RGB (Red+Green+Blue) = 9+17+82=108 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.33% from 108); Green value is 17 (7.03% from 255 or 15.74% from 108); Blue value is 82 (32.42% from 255 or 75.93% from 108); Max value from RGB is 82 - color contains mainly: blue. Hex color #091152 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091152 is #F6EEAD. Grayscale: #151515. Windows color (decimal): -16182958 or 5378313. OLE color: 5378313.

HSL color Cylindrical-coordinate representation of color #091152: hue angle of 233.42º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #091152 is Cyan = 0.89, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 9 17 82 -
CMYK 0.89 0.79 0 0.68
HSL 233.42º 0.8% 0.18% -
HSV(B) 233.42º 0.89% 0.32% -
XYZ 1.84 1.07 8.09 -
YUV 22.02 161.85 118.71 -
System Red Green Blue C M Y K H S L
Decimal 9 17 82 0.89 0.79 0 0.68 233.42 0.8 0.18
Hex 9 11 52 59 4F 0 44 E9 50 12
Octal 11 21 122 131 117 0 104 351 120 22
Binary 1001 10001 1010010 1011001 1001111 0 1000100 11101001 1010000 10010

Color Harmonies of #091152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091152

Black with #091152

Text Example


Text Example

White with #091152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091152; }

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

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

background-color css

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

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

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

border-color css

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

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

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