Html Css Color HEX #091859 Sapphire

📋 copy color: '#091859'

red 9 ◦ green 24 ◦ blue 89

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

Shades of Sapphire #091859

Tints of Sapphire #091859

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 72.95%

R = 7.38%
G = 19.67%
B = 72.95%

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

#091859 (or 0x091859) is known color: Sapphire. HEX triplet: 09, 18 and 59. RGB value is (9,24,89). Sum of RGB (Red+Green+Blue) = 9+24+89=122 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.38% from 122); Green value is 24 (9.77% from 255 or 19.67% from 122); Blue value is 89 (35.16% from 255 or 72.95% from 122); Max value from RGB is 89 - color contains mainly: blue. Hex color #091859 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091859 is #F6E7A6. Grayscale: #1A1A1A. Windows color (decimal): -16181159 or 5838857. OLE color: 5838857.

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

Color convert

RGB 9 24 89 -
CMYK 0.90 0.73 0 0.65
HSL 228.75º 0.82% 0.19% -
HSV(B) 228.75º 0.9% 0.35% -
XYZ 2.24 1.43 9.61 -
YUV 26.93 163.03 115.21 -
System Red Green Blue C M Y K H S L
Decimal 9 24 89 0.90 0.73 0 0.65 228.75 0.82 0.19
Hex 9 18 59 5A 49 0 41 E5 52 13
Octal 11 30 131 132 111 0 101 345 122 23
Binary 1001 11000 1011001 1011010 1001001 0 1000001 11100101 1010010 10011

Color Harmonies of #091859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091859

Black with #091859

Text Example


Text Example

White with #091859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091859; }

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

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

background-color css

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

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

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

border-color css

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

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

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