Html Css Color HEX #091655 Sapphire

📋 copy color: '#091655'

red 9 ◦ green 22 ◦ blue 85

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

Shades of Sapphire #091655

Tints of Sapphire #091655

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 73.28%

R = 7.76%
G = 18.97%
B = 73.28%

CMYK

 C value IS 0.89

 M value IS 0.74

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#091655 (or 0x091655) is known color: Sapphire. HEX triplet: 09, 16 and 55. RGB value is (9,22,85). Sum of RGB (Red+Green+Blue) = 9+22+85=116 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.76% from 116); Green value is 22 (8.98% from 255 or 18.97% from 116); Blue value is 85 (33.59% from 255 or 73.28% from 116); Max value from RGB is 85 - color contains mainly: blue. Hex color #091655 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091655 is #F6E9AA. Grayscale: #191919. Windows color (decimal): -16181675 or 5576201. OLE color: 5576201.

HSL color Cylindrical-coordinate representation of color #091655: hue angle of 229.74º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #091655 is Cyan = 0.89, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 9 22 85 -
CMYK 0.89 0.74 0 0.67
HSL 229.74º 0.81% 0.18% -
HSV(B) 229.74º 0.89% 0.33% -
XYZ 2.04 1.29 8.74 -
YUV 25.3 161.69 116.38 -
System Red Green Blue C M Y K H S L
Decimal 9 22 85 0.89 0.74 0 0.67 229.74 0.81 0.18
Hex 9 16 55 59 4A 0 43 E6 51 12
Octal 11 26 125 131 112 0 103 346 121 22
Binary 1001 10110 1010101 1011001 1001010 0 1000011 11100110 1010001 10010

Color Harmonies of #091655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091655

Black with #091655

Text Example


Text Example

White with #091655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091655; }

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

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

background-color css

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

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

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

border-color css

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

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

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