Html Css Color HEX #091E54 Sapphire

📋 copy color: '#091E54'

red 9 ◦ green 30 ◦ blue 84

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

Shades of Sapphire #091E54

Tints of Sapphire #091E54

RGB

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

 GREEN value IS 30 (12.11% from 255) = 24.39%

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

R = 7.32%
G = 24.39%
B = 68.29%

CMYK

 C value IS 0.89

 M value IS 0.64

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#091E54 (or 0x091E54) is known color: Sapphire. HEX triplet: 09, 1E and 54. RGB value is (9,30,84). Sum of RGB (Red+Green+Blue) = 9+30+84=123 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.32% from 123); Green value is 30 (12.11% from 255 or 24.39% from 123); Blue value is 84 (33.20% from 255 or 68.29% from 123); Max value from RGB is 84 - color contains mainly: blue. Hex color #091E54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091E54 is #F6E1AB. Grayscale: #1D1D1D. Windows color (decimal): -16179628 or 5512713. OLE color: 5512713.

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

Color convert

RGB 9 30 84 -
CMYK 0.89 0.64 0 0.67
HSL 223.2º 0.81% 0.18% -
HSV(B) 223.2º 0.89% 0.33% -
XYZ 2.18 1.63 8.59 -
YUV 29.88 158.54 113.11 -
System Red Green Blue C M Y K H S L
Decimal 9 30 84 0.89 0.64 0 0.67 223.2 0.81 0.18
Hex 9 1E 54 59 40 0 43 DF 51 12
Octal 11 36 124 131 100 0 103 337 121 22
Binary 1001 11110 1010100 1011001 1000000 0 1000011 11011111 1010001 10010

Color Harmonies of #091E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091E54

Black with #091E54

Text Example


Text Example

White with #091E54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091E54; }

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

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

background-color css

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

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

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

border-color css

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

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

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