Html Css Color HEX #091954 Sapphire

📋 copy color: '#091954'

red 9 ◦ green 25 ◦ blue 84

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

Shades of Sapphire #091954

Tints of Sapphire #091954

RGB

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

 GREEN value IS 25 (10.16% from 255) = 21.19%

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

R = 7.63%
G = 21.19%
B = 71.19%

CMYK

 C value IS 0.89

 M value IS 0.70

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#091954 (or 0x091954) is known color: Sapphire. HEX triplet: 09, 19 and 54. RGB value is (9,25,84). Sum of RGB (Red+Green+Blue) = 9+25+84=118 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.63% from 118); Green value is 25 (10.16% from 255 or 21.19% from 118); Blue value is 84 (33.20% from 255 or 71.19% from 118); Max value from RGB is 84 - color contains mainly: blue. Hex color #091954 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091954 is #F6E6AB. Grayscale: #1A1A1A. Windows color (decimal): -16180908 or 5511433. OLE color: 5511433.

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

Color convert

RGB 9 25 84 -
CMYK 0.89 0.70 0 0.67
HSL 227.2º 0.81% 0.18% -
HSV(B) 227.2º 0.89% 0.33% -
XYZ 2.06 1.39 8.55 -
YUV 26.94 160.2 115.2 -
System Red Green Blue C M Y K H S L
Decimal 9 25 84 0.89 0.70 0 0.67 227.2 0.81 0.18
Hex 9 19 54 59 46 0 43 E3 51 12
Octal 11 31 124 131 106 0 103 343 121 22
Binary 1001 11001 1010100 1011001 1000110 0 1000011 11100011 1010001 10010

Color Harmonies of #091954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091954

Black with #091954

Text Example


Text Example

White with #091954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091954; }

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

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

background-color css

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

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

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

border-color css

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

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

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