Html Css Color HEX #091D59 Sapphire

📋 copy color: '#091D59'

red 9 ◦ green 29 ◦ blue 89

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

Shades of Sapphire #091D59

Tints of Sapphire #091D59

RGB

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

 GREEN value IS 29 (11.72% from 255) = 22.83%

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

R = 7.09%
G = 22.83%
B = 70.08%

CMYK

 C value IS 0.90

 M value IS 0.67

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#091D59 (or 0x091D59) is known color: Sapphire. HEX triplet: 09, 1D and 59. RGB value is (9,29,89). Sum of RGB (Red+Green+Blue) = 9+29+89=127 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.09% from 127); Green value is 29 (11.72% from 255 or 22.83% from 127); Blue value is 89 (35.16% from 255 or 70.08% from 127); Max value from RGB is 89 - color contains mainly: blue. Hex color #091D59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091D59 is #F6E2A6. Grayscale: #1D1D1D. Windows color (decimal): -16179879 or 5840137. OLE color: 5840137.

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

Color convert

RGB 9 29 89 -
CMYK 0.90 0.67 0 0.65
HSL 225º 0.82% 0.19% -
HSV(B) 225º 0.9% 0.35% -
XYZ 2.36 1.66 9.65 -
YUV 29.86 161.37 113.12 -
System Red Green Blue C M Y K H S L
Decimal 9 29 89 0.90 0.67 0 0.65 225 0.82 0.19
Hex 9 1D 59 5A 43 0 41 E1 52 13
Octal 11 35 131 132 103 0 101 341 122 23
Binary 1001 11101 1011001 1011010 1000011 0 1000001 11100001 1010010 10011

Color Harmonies of #091D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091D59

Black with #091D59

Text Example


Text Example

White with #091D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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