Html Css Color HEX #091458 Sapphire

📋 copy color: '#091458'

red 9 ◦ green 20 ◦ blue 88

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

Shades of Sapphire #091458

Tints of Sapphire #091458

RGB

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

 GREEN value IS 20 (8.2% from 255) = 17.09%

 BLUE value IS 88 (34.77% from 255) = 75.21%

R = 7.69%
G = 17.09%
B = 75.21%

CMYK

 C value IS 0.90

 M value IS 0.77

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#091458 (or 0x091458) is known color: Sapphire. HEX triplet: 09, 14 and 58. RGB value is (9,20,88). Sum of RGB (Red+Green+Blue) = 9+20+88=117 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.69% from 117); Green value is 20 (8.20% from 255 or 17.09% from 117); Blue value is 88 (34.77% from 255 or 75.21% from 117); Max value from RGB is 88 - color contains mainly: blue. Hex color #091458 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091458 is #F6EBA7. Grayscale: #181818. Windows color (decimal): -16182184 or 5772297. OLE color: 5772297.

HSL color Cylindrical-coordinate representation of color #091458: hue angle of 231.65º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #091458 is Cyan = 0.90, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 9 20 88 -
CMYK 0.90 0.77 0 0.65
HSL 231.65º 0.81% 0.19% -
HSV(B) 231.65º 0.9% 0.35% -
XYZ 2.12 1.26 9.36 -
YUV 24.46 163.86 116.97 -
System Red Green Blue C M Y K H S L
Decimal 9 20 88 0.90 0.77 0 0.65 231.65 0.81 0.19
Hex 9 14 58 5A 4D 0 41 E8 51 13
Octal 11 24 130 132 115 0 101 350 121 23
Binary 1001 10100 1011000 1011010 1001101 0 1000001 11101000 1010001 10011

Color Harmonies of #091458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091458

Black with #091458

Text Example


Text Example

White with #091458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091458; }

 p { color: rgb(9,20,88); }

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

background-color css

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

 a { background-color: rgb(9,20,88); }

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

border-color css

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

 span { border-color: rgb(9,20,88); }

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