Html Css Color HEX #091258 Sapphire

📋 copy color: '#091258'

red 9 ◦ green 18 ◦ blue 88

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

Shades of Sapphire #091258

Tints of Sapphire #091258

RGB

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

 GREEN value IS 18 (7.42% from 255) = 15.65%

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

R = 7.83%
G = 15.65%
B = 76.52%

CMYK

 C value IS 0.90

 M value IS 0.80

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#091258 (or 0x091258) is known color: Sapphire. HEX triplet: 09, 12 and 58. RGB value is (9,18,88). Sum of RGB (Red+Green+Blue) = 9+18+88=115 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.83% from 115); Green value is 18 (7.42% from 255 or 15.65% from 115); Blue value is 88 (34.77% from 255 or 76.52% from 115); Max value from RGB is 88 - color contains mainly: blue. Hex color #091258 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091258 is #F6EDA7. Grayscale: #171717. Windows color (decimal): -16182696 or 5771785. OLE color: 5771785.

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

Color convert

RGB 9 18 88 -
CMYK 0.90 0.80 0 0.65
HSL 233.16º 0.81% 0.19% -
HSV(B) 233.16º 0.9% 0.35% -
XYZ 2.09 1.2 9.35 -
YUV 23.29 164.52 117.81 -
System Red Green Blue C M Y K H S L
Decimal 9 18 88 0.90 0.80 0 0.65 233.16 0.81 0.19
Hex 9 12 58 5A 50 0 41 E9 51 13
Octal 11 22 130 132 120 0 101 351 121 23
Binary 1001 10010 1011000 1011010 1010000 0 1000001 11101001 1010001 10011

Color Harmonies of #091258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091258

Black with #091258

Text Example


Text Example

White with #091258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091258; }

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

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

background-color css

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

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

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

border-color css

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

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

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