Html Css Color HEX #091858 Sapphire

📋 copy color: '#091858'

red 9 ◦ green 24 ◦ blue 88

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

Shades of Sapphire #091858

Tints of Sapphire #091858

RGB

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

 GREEN value IS 24 (9.77% from 255) = 19.83%

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

R = 7.44%
G = 19.83%
B = 72.73%

CMYK

 C value IS 0.90

 M value IS 0.73

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#091858 (or 0x091858) is known color: Sapphire. HEX triplet: 09, 18 and 58. RGB value is (9,24,88). Sum of RGB (Red+Green+Blue) = 9+24+88=121 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.44% from 121); Green value is 24 (9.77% from 255 or 19.83% from 121); Blue value is 88 (34.77% from 255 or 72.73% from 121); Max value from RGB is 88 - color contains mainly: blue. Hex color #091858 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091858 is #F6E7A7. Grayscale: #1A1A1A. Windows color (decimal): -16181160 or 5773321. OLE color: 5773321.

HSL color Cylindrical-coordinate representation of color #091858: hue angle of 228.61º 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 #091858 is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 9 24 88 -
CMYK 0.90 0.73 0 0.65
HSL 228.61º 0.81% 0.19% -
HSV(B) 228.61º 0.9% 0.35% -
XYZ 2.2 1.42 9.39 -
YUV 26.81 162.53 115.3 -
System Red Green Blue C M Y K H S L
Decimal 9 24 88 0.90 0.73 0 0.65 228.61 0.81 0.19
Hex 9 18 58 5A 49 0 41 E5 51 13
Octal 11 30 130 132 111 0 101 345 121 23
Binary 1001 11000 1011000 1011010 1001001 0 1000001 11100101 1010001 10011

Color Harmonies of #091858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091858

Black with #091858

Text Example


Text Example

White with #091858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091858; }

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

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

background-color css

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

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

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

border-color css

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

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

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