Html Css Color HEX #091855 Sapphire

📋 copy color: '#091855'

red 9 ◦ green 24 ◦ blue 85

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

Shades of Sapphire #091855

Tints of Sapphire #091855

RGB

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

 GREEN value IS 24 (9.77% from 255) = 20.34%

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

R = 7.63%
G = 20.34%
B = 72.03%

CMYK

 C value IS 0.89

 M value IS 0.72

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#091855 (or 0x091855) is known color: Sapphire. HEX triplet: 09, 18 and 55. RGB value is (9,24,85). Sum of RGB (Red+Green+Blue) = 9+24+85=118 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.63% from 118); Green value is 24 (9.77% from 255 or 20.34% from 118); Blue value is 85 (33.59% from 255 or 72.03% from 118); Max value from RGB is 85 - color contains mainly: blue. Hex color #091855 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091855 is #F6E7AA. Grayscale: #1A1A1A. Windows color (decimal): -16181163 or 5576713. OLE color: 5576713.

HSL color Cylindrical-coordinate representation of color #091855: hue angle of 228.16º 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 #091855 is Cyan = 0.89, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 9 24 85 -
CMYK 0.89 0.72 0 0.67
HSL 228.16º 0.81% 0.18% -
HSV(B) 228.16º 0.89% 0.33% -
XYZ 2.08 1.37 8.75 -
YUV 26.47 161.03 115.54 -
System Red Green Blue C M Y K H S L
Decimal 9 24 85 0.89 0.72 0 0.67 228.16 0.81 0.18
Hex 9 18 55 59 48 0 43 E4 51 12
Octal 11 30 125 131 110 0 103 344 121 22
Binary 1001 11000 1010101 1011001 1001000 0 1000011 11100100 1010001 10010

Color Harmonies of #091855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091855

Black with #091855

Text Example


Text Example

White with #091855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091855; }

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

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

background-color css

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

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

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

border-color css

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

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

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