Html Css Color HEX #091054 Sapphire

📋 copy color: '#091054'

red 9 ◦ green 16 ◦ blue 84

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

Shades of Sapphire #091054

Tints of Sapphire #091054

RGB

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

 GREEN value IS 16 (6.64% from 255) = 14.68%

 BLUE value IS 84 (33.2% from 255) = 77.06%

R = 8.26%
G = 14.68%
B = 77.06%

CMYK

 C value IS 0.89

 M value IS 0.81

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#091054 (or 0x091054) is known color: Sapphire. HEX triplet: 09, 10 and 54. RGB value is (9,16,84). Sum of RGB (Red+Green+Blue) = 9+16+84=109 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.26% from 109); Green value is 16 (6.64% from 255 or 14.68% from 109); Blue value is 84 (33.20% from 255 or 77.06% from 109); Max value from RGB is 84 - color contains mainly: blue. Hex color #091054 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091054 is #F6EFAB. Grayscale: #151515. Windows color (decimal): -16183212 or 5509129. OLE color: 5509129.

HSL color Cylindrical-coordinate representation of color #091054: hue angle of 234.4º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #091054 is Cyan = 0.89, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 9 16 84 -
CMYK 0.89 0.81 0 0.67
HSL 234.4º 0.81% 0.18% -
HSV(B) 234.4º 0.89% 0.33% -
XYZ 1.9 1.07 8.49 -
YUV 21.66 163.18 118.97 -
System Red Green Blue C M Y K H S L
Decimal 9 16 84 0.89 0.81 0 0.67 234.4 0.81 0.18
Hex 9 10 54 59 51 0 43 EA 51 12
Octal 11 20 124 131 121 0 103 352 121 22
Binary 1001 10000 1010100 1011001 1010001 0 1000011 11101010 1010001 10010

Color Harmonies of #091054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091054

Black with #091054

Text Example


Text Example

White with #091054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091054; }

 p { color: rgb(9,16,84); }

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

background-color css

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

 a { background-color: rgb(9,16,84); }

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

border-color css

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

 span { border-color: rgb(9,16,84); }

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