Html Css Color HEX #091C59 Sapphire

📋 copy color: '#091C59'

red 9 ◦ green 28 ◦ blue 89

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

Shades of Sapphire #091C59

Tints of Sapphire #091C59

RGB

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

 GREEN value IS 28 (11.33% from 255) = 22.22%

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

R = 7.14%
G = 22.22%
B = 70.63%

CMYK

 C value IS 0.90

 M value IS 0.69

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#091C59 (or 0x091C59) is known color: Sapphire. HEX triplet: 09, 1C and 59. RGB value is (9,28,89). Sum of RGB (Red+Green+Blue) = 9+28+89=126 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.14% from 126); Green value is 28 (11.33% from 255 or 22.22% from 126); Blue value is 89 (35.16% from 255 or 70.63% from 126); Max value from RGB is 89 - color contains mainly: blue. Hex color #091C59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091C59 is #F6E3A6. Grayscale: #1D1D1D. Windows color (decimal): -16180135 or 5839881. OLE color: 5839881.

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

Color convert

RGB 9 28 89 -
CMYK 0.90 0.69 0 0.65
HSL 225.75º 0.82% 0.19% -
HSV(B) 225.75º 0.9% 0.35% -
XYZ 2.33 1.61 9.64 -
YUV 29.27 161.71 113.54 -
System Red Green Blue C M Y K H S L
Decimal 9 28 89 0.90 0.69 0 0.65 225.75 0.82 0.19
Hex 9 1C 59 5A 45 0 41 E2 52 13
Octal 11 34 131 132 105 0 101 342 122 23
Binary 1001 11100 1011001 1011010 1000101 0 1000001 11100010 1010010 10011

Color Harmonies of #091C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091C59

Black with #091C59

Text Example


Text Example

White with #091C59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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