Html Css Color HEX #091554 Sapphire

📋 copy color: '#091554'

red 9 ◦ green 21 ◦ blue 84

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

Shades of Sapphire #091554

Tints of Sapphire #091554

RGB

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

 GREEN value IS 21 (8.59% from 255) = 18.42%

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

R = 7.89%
G = 18.42%
B = 73.68%

CMYK

 C value IS 0.89

 M value IS 0.75

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#091554 (or 0x091554) is known color: Sapphire. HEX triplet: 09, 15 and 54. RGB value is (9,21,84). Sum of RGB (Red+Green+Blue) = 9+21+84=114 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.89% from 114); Green value is 21 (8.59% from 255 or 18.42% from 114); Blue value is 84 (33.20% from 255 or 73.68% from 114); Max value from RGB is 84 - color contains mainly: blue. Hex color #091554 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091554 is #F6EAAB. Grayscale: #181818. Windows color (decimal): -16181932 or 5510409. OLE color: 5510409.

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

Color convert

RGB 9 21 84 -
CMYK 0.89 0.75 0 0.67
HSL 230.4º 0.81% 0.18% -
HSV(B) 230.4º 0.89% 0.33% -
XYZ 1.98 1.23 8.52 -
YUV 24.59 161.52 116.88 -
System Red Green Blue C M Y K H S L
Decimal 9 21 84 0.89 0.75 0 0.67 230.4 0.81 0.18
Hex 9 15 54 59 4B 0 43 E6 51 12
Octal 11 25 124 131 113 0 103 346 121 22
Binary 1001 10101 1010100 1011001 1001011 0 1000011 11100110 1010001 10010

Color Harmonies of #091554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091554

Black with #091554

Text Example


Text Example

White with #091554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091554; }

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

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

background-color css

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

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

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

border-color css

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

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

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