Html Css Color HEX #091561 Sapphire

📋 copy color: '#091561'

red 9 ◦ green 21 ◦ blue 97

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

Shades of Sapphire #091561

Tints of Sapphire #091561

RGB

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

 GREEN value IS 21 (8.59% from 255) = 16.54%

 BLUE value IS 97 (38.28% from 255) = 76.38%

R = 7.09%
G = 16.54%
B = 76.38%

CMYK

 C value IS 0.91

 M value IS 0.78

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#091561 (or 0x091561) is known color: Sapphire. HEX triplet: 09, 15 and 61. RGB value is (9,21,97). Sum of RGB (Red+Green+Blue) = 9+21+97=127 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.09% from 127); Green value is 21 (8.59% from 255 or 16.54% from 127); Blue value is 97 (38.28% from 255 or 76.38% from 127); Max value from RGB is 97 - color contains mainly: blue. Hex color #091561 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091561 is #F6EA9E. Grayscale: #191919. Windows color (decimal): -16181919 or 6362377. OLE color: 6362377.

HSL color Cylindrical-coordinate representation of color #091561: hue angle of 231.82º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #091561 is Cyan = 0.91, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 9 21 97 -
CMYK 0.91 0.78 0 0.62
HSL 231.82º 0.83% 0.21% -
HSV(B) 231.82º 0.91% 0.38% -
XYZ 2.54 1.46 11.46 -
YUV 26.08 168.02 115.82 -
System Red Green Blue C M Y K H S L
Decimal 9 21 97 0.91 0.78 0 0.62 231.82 0.83 0.21
Hex 9 15 61 5B 4E 0 3E E8 53 15
Octal 11 25 141 133 116 0 76 350 123 25
Binary 1001 10101 1100001 1011011 1001110 0 111110 11101000 1010011 10101

Color Harmonies of #091561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091561

Black with #091561

Text Example


Text Example

White with #091561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091561; }

 p { color: rgb(9,21,97); }

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

background-color css

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

 a { background-color: rgb(9,21,97); }

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

border-color css

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

 span { border-color: rgb(9,21,97); }

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