Html Css Color HEX #091461 Sapphire

📋 copy color: '#091461'

red 9 ◦ green 20 ◦ blue 97

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

Shades of Sapphire #091461

Tints of Sapphire #091461

RGB

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

 GREEN value IS 20 (8.2% from 255) = 15.87%

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

R = 7.14%
G = 15.87%
B = 76.98%

CMYK

 C value IS 0.91

 M value IS 0.79

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#091461 (or 0x091461) is known color: Sapphire. HEX triplet: 09, 14 and 61. RGB value is (9,20,97). Sum of RGB (Red+Green+Blue) = 9+20+97=126 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.14% from 126); Green value is 20 (8.20% from 255 or 15.87% from 126); Blue value is 97 (38.28% from 255 or 76.98% from 126); Max value from RGB is 97 - color contains mainly: blue. Hex color #091461 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091461 is #F6EB9E. Grayscale: #191919. Windows color (decimal): -16182175 or 6362121. OLE color: 6362121.

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

Color convert

RGB 9 20 97 -
CMYK 0.91 0.79 0 0.62
HSL 232.5º 0.83% 0.21% -
HSV(B) 232.5º 0.91% 0.38% -
XYZ 2.52 1.42 11.45 -
YUV 25.49 168.36 116.24 -
System Red Green Blue C M Y K H S L
Decimal 9 20 97 0.91 0.79 0 0.62 232.5 0.83 0.21
Hex 9 14 61 5B 4F 0 3E E8 53 15
Octal 11 24 141 133 117 0 76 350 123 25
Binary 1001 10100 1100001 1011011 1001111 0 111110 11101000 1010011 10101

Color Harmonies of #091461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091461

Black with #091461

Text Example


Text Example

White with #091461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091461; }

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

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

background-color css

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

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

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

border-color css

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

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

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