Html Css Color HEX #091254 Sapphire

📋 copy color: '#091254'

red 9 ◦ green 18 ◦ blue 84

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

Shades of Sapphire #091254

Tints of Sapphire #091254

RGB

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

 GREEN value IS 18 (7.42% from 255) = 16.22%

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

R = 8.11%
G = 16.22%
B = 75.68%

CMYK

 C value IS 0.89

 M value IS 0.79

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#091254 (or 0x091254) is known color: Sapphire. HEX triplet: 09, 12 and 54. RGB value is (9,18,84). Sum of RGB (Red+Green+Blue) = 9+18+84=111 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.11% from 111); Green value is 18 (7.42% from 255 or 16.22% from 111); Blue value is 84 (33.20% from 255 or 75.68% from 111); Max value from RGB is 84 - color contains mainly: blue. Hex color #091254 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091254 is #F6EDAB. Grayscale: #161616. Windows color (decimal): -16182700 or 5509641. OLE color: 5509641.

HSL color Cylindrical-coordinate representation of color #091254: hue angle of 232.8º 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 #091254 is Cyan = 0.89, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 9 18 84 -
CMYK 0.89 0.79 0 0.67
HSL 232.8º 0.81% 0.18% -
HSV(B) 232.8º 0.89% 0.33% -
XYZ 1.93 1.13 8.5 -
YUV 22.83 162.52 118.13 -
System Red Green Blue C M Y K H S L
Decimal 9 18 84 0.89 0.79 0 0.67 232.8 0.81 0.18
Hex 9 12 54 59 4F 0 43 E9 51 12
Octal 11 22 124 131 117 0 103 351 121 22
Binary 1001 10010 1010100 1011001 1001111 0 1000011 11101001 1010001 10010

Color Harmonies of #091254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091254

Black with #091254

Text Example


Text Example

White with #091254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091254; }

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

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

background-color css

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

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

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

border-color css

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

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

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