Html Css Color HEX #091463 Sapphire

📋 copy color: '#091463'

red 9 ◦ green 20 ◦ blue 99

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

Shades of Sapphire #091463

Tints of Sapphire #091463

RGB

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

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

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

R = 7.03%
G = 15.63%
B = 77.34%

CMYK

 C value IS 0.91

 M value IS 0.80

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#091463 (or 0x091463) is known color: Sapphire. HEX triplet: 09, 14 and 63. RGB value is (9,20,99). Sum of RGB (Red+Green+Blue) = 9+20+99=128 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.03% from 128); Green value is 20 (8.20% from 255 or 15.62% from 128); Blue value is 99 (39.06% from 255 or 77.34% from 128); Max value from RGB is 99 - color contains mainly: blue. Hex color #091463 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091463 is #F6EB9C. Grayscale: #191919. Windows color (decimal): -16182173 or 6493193. OLE color: 6493193.

HSL color Cylindrical-coordinate representation of color #091463: hue angle of 232.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 #091463 is Cyan = 0.91, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 9 20 99 -
CMYK 0.91 0.80 0 0.61
HSL 232.67º 0.83% 0.21% -
HSV(B) 232.67º 0.91% 0.39% -
XYZ 2.61 1.46 11.95 -
YUV 25.72 169.36 116.08 -
System Red Green Blue C M Y K H S L
Decimal 9 20 99 0.91 0.80 0 0.61 232.67 0.83 0.21
Hex 9 14 63 5B 50 0 3D E9 53 15
Octal 11 24 143 133 120 0 75 351 123 25
Binary 1001 10100 1100011 1011011 1010000 0 111101 11101001 1010011 10101

Color Harmonies of #091463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091463

Black with #091463

Text Example


Text Example

White with #091463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091463; }

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

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

background-color css

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

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

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

border-color css

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

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

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