Html Css Color HEX #091F59 Sapphire

📋 copy color: '#091F59'

red 9 ◦ green 31 ◦ blue 89

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

Shades of Sapphire #091F59

Tints of Sapphire #091F59

RGB

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

 GREEN value IS 31 (12.5% from 255) = 24.03%

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

R = 6.98%
G = 24.03%
B = 68.99%

CMYK

 C value IS 0.90

 M value IS 0.65

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#091F59 (or 0x091F59) is known color: Sapphire. HEX triplet: 09, 1F and 59. RGB value is (9,31,89). Sum of RGB (Red+Green+Blue) = 9+31+89=129 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.98% from 129); Green value is 31 (12.5% from 255 or 24.03% from 129); Blue value is 89 (35.16% from 255 or 68.99% from 129); Max value from RGB is 89 - color contains mainly: blue. Hex color #091F59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091F59 is #F6E0A6. Grayscale: #1E1E1E. Windows color (decimal): -16179367 or 5840649. OLE color: 5840649.

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

Color convert

RGB 9 31 89 -
CMYK 0.90 0.65 0 0.65
HSL 223.5º 0.82% 0.19% -
HSV(B) 223.5º 0.9% 0.35% -
XYZ 2.41 1.76 9.66 -
YUV 31.03 160.71 112.28 -
System Red Green Blue C M Y K H S L
Decimal 9 31 89 0.90 0.65 0 0.65 223.5 0.82 0.19
Hex 9 1F 59 5A 41 0 41 E0 52 13
Octal 11 37 131 132 101 0 101 340 122 23
Binary 1001 11111 1011001 1011010 1000001 0 1000001 11100000 1010010 10011

Color Harmonies of #091F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091F59

Black with #091F59

Text Example


Text Example

White with #091F59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091F59; }

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

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

background-color css

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

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

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

border-color css

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

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

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