Html Css Color HEX #091768 Sapphire

📋 copy color: '#091768'

red 9 ◦ green 23 ◦ blue 104

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

Shades of Sapphire #091768

Tints of Sapphire #091768

RGB

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

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

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

R = 6.62%
G = 16.91%
B = 76.47%

CMYK

 C value IS 0.91

 M value IS 0.78

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#091768 (or 0x091768) is known color: Sapphire. HEX triplet: 09, 17 and 68. RGB value is (9,23,104). Sum of RGB (Red+Green+Blue) = 9+23+104=136 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.62% from 136); Green value is 23 (9.38% from 255 or 16.91% from 136); Blue value is 104 (41.02% from 255 or 76.47% from 136); Max value from RGB is 104 - color contains mainly: blue. Hex color #091768 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091768 is #F6E897. Grayscale: #1B1B1B. Windows color (decimal): -16181400 or 6821641. OLE color: 6821641.

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

Color convert

RGB 9 23 104 -
CMYK 0.91 0.78 0 0.59
HSL 231.16º 0.84% 0.22% -
HSV(B) 231.16º 0.91% 0.41% -
XYZ 2.92 1.67 13.27 -
YUV 28.05 170.86 114.41 -
System Red Green Blue C M Y K H S L
Decimal 9 23 104 0.91 0.78 0 0.59 231.16 0.84 0.22
Hex 9 17 68 5B 4E 0 3B E7 54 16
Octal 11 27 150 133 116 0 73 347 124 26
Binary 1001 10111 1101000 1011011 1001110 0 111011 11100111 1010100 10110

Color Harmonies of #091768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091768

Black with #091768

Text Example


Text Example

White with #091768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091768; }

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

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

background-color css

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

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

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

border-color css

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

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

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