Html Css Color HEX #091668 Sapphire

📋 copy color: '#091668'

red 9 ◦ green 22 ◦ blue 104

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

Shades of Sapphire #091668

Tints of Sapphire #091668

RGB

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

 GREEN value IS 22 (8.98% from 255) = 16.3%

 BLUE value IS 104 (41.02% from 255) = 77.04%

R = 6.67%
G = 16.3%
B = 77.04%

CMYK

 C value IS 0.91

 M value IS 0.79

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#091668 (or 0x091668) is known color: Sapphire. HEX triplet: 09, 16 and 68. RGB value is (9,22,104). Sum of RGB (Red+Green+Blue) = 9+22+104=135 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.67% from 135); Green value is 22 (8.98% from 255 or 16.30% from 135); Blue value is 104 (41.02% from 255 or 77.04% from 135); Max value from RGB is 104 - color contains mainly: blue. Hex color #091668 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091668 is #F6E997. Grayscale: #1B1B1B. Windows color (decimal): -16181656 or 6821385. OLE color: 6821385.

HSL color Cylindrical-coordinate representation of color #091668: hue angle of 231.79º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #091668 is Cyan = 0.91, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 9 22 104 -
CMYK 0.91 0.79 0 0.59
HSL 231.79º 0.84% 0.22% -
HSV(B) 231.79º 0.91% 0.41% -
XYZ 2.9 1.63 13.26 -
YUV 27.46 171.19 114.83 -
System Red Green Blue C M Y K H S L
Decimal 9 22 104 0.91 0.79 0 0.59 231.79 0.84 0.22
Hex 9 16 68 5B 4F 0 3B E8 54 16
Octal 11 26 150 133 117 0 73 350 124 26
Binary 1001 10110 1101000 1011011 1001111 0 111011 11101000 1010100 10110

Color Harmonies of #091668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091668

Black with #091668

Text Example


Text Example

White with #091668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091668; }

 p { color: rgb(9,22,104); }

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

background-color css

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

 a { background-color: rgb(9,22,104); }

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

border-color css

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

 span { border-color: rgb(9,22,104); }

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