Html Css Color HEX #091359 Sapphire

📋 copy color: '#091359'

red 9 ◦ green 19 ◦ blue 89

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

Shades of Sapphire #091359

Tints of Sapphire #091359

RGB

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

 GREEN value IS 19 (7.81% from 255) = 16.24%

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

R = 7.69%
G = 16.24%
B = 76.07%

CMYK

 C value IS 0.90

 M value IS 0.79

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#091359 (or 0x091359) is known color: Sapphire. HEX triplet: 09, 13 and 59. RGB value is (9,19,89). Sum of RGB (Red+Green+Blue) = 9+19+89=117 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.69% from 117); Green value is 19 (7.81% from 255 or 16.24% from 117); Blue value is 89 (35.16% from 255 or 76.07% from 117); Max value from RGB is 89 - color contains mainly: blue. Hex color #091359 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091359 is #F6ECA6. Grayscale: #171717. Windows color (decimal): -16182439 or 5837577. OLE color: 5837577.

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

Color convert

RGB 9 19 89 -
CMYK 0.90 0.79 0 0.65
HSL 232.5º 0.82% 0.19% -
HSV(B) 232.5º 0.9% 0.35% -
XYZ 2.15 1.25 9.58 -
YUV 23.99 164.69 117.31 -
System Red Green Blue C M Y K H S L
Decimal 9 19 89 0.90 0.79 0 0.65 232.5 0.82 0.19
Hex 9 13 59 5A 4F 0 41 E8 52 13
Octal 11 23 131 132 117 0 101 350 122 23
Binary 1001 10011 1011001 1011010 1001111 0 1000001 11101000 1010010 10011

Color Harmonies of #091359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091359

Black with #091359

Text Example


Text Example

White with #091359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091359; }

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

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

background-color css

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

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

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

border-color css

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

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

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