Html Css Color HEX #091763 Sapphire

📋 copy color: '#091763'

red 9 ◦ green 23 ◦ blue 99

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

Shades of Sapphire #091763

Tints of Sapphire #091763

RGB

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

 GREEN value IS 23 (9.38% from 255) = 17.56%

 BLUE value IS 99 (39.06% from 255) = 75.57%

R = 6.87%
G = 17.56%
B = 75.57%

CMYK

 C value IS 0.91

 M value IS 0.77

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#091763 (or 0x091763) is known color: Sapphire. HEX triplet: 09, 17 and 63. RGB value is (9,23,99). Sum of RGB (Red+Green+Blue) = 9+23+99=131 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.87% from 131); Green value is 23 (9.38% from 255 or 17.56% from 131); Blue value is 99 (39.06% from 255 or 75.57% from 131); Max value from RGB is 99 - color contains mainly: blue. Hex color #091763 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091763 is #F6E89C. Grayscale: #1B1B1B. Windows color (decimal): -16181405 or 6493961. OLE color: 6493961.

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

Color convert

RGB 9 23 99 -
CMYK 0.91 0.77 0 0.61
HSL 230.67º 0.83% 0.21% -
HSV(B) 230.67º 0.91% 0.39% -
XYZ 2.67 1.57 11.97 -
YUV 27.48 168.36 114.82 -
System Red Green Blue C M Y K H S L
Decimal 9 23 99 0.91 0.77 0 0.61 230.67 0.83 0.21
Hex 9 17 63 5B 4D 0 3D E7 53 15
Octal 11 27 143 133 115 0 75 347 123 25
Binary 1001 10111 1100011 1011011 1001101 0 111101 11100111 1010011 10101

Color Harmonies of #091763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091763

Black with #091763

Text Example


Text Example

White with #091763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091763; }

 p { color: rgb(9,23,99); }

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

background-color css

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

 a { background-color: rgb(9,23,99); }

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

border-color css

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

 span { border-color: rgb(9,23,99); }

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