Html Css Color HEX #092155 Sapphire

📋 copy color: '#092155'

red 9 ◦ green 33 ◦ blue 85

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

Shades of Sapphire #092155

Tints of Sapphire #092155

RGB

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

 GREEN value IS 33 (13.28% from 255) = 25.98%

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

R = 7.09%
G = 25.98%
B = 66.93%

CMYK

 C value IS 0.89

 M value IS 0.61

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#092155 (or 0x092155) is known color: Sapphire. HEX triplet: 09, 21 and 55. RGB value is (9,33,85). Sum of RGB (Red+Green+Blue) = 9+33+85=127 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.09% from 127); Green value is 33 (13.28% from 255 or 25.98% from 127); Blue value is 85 (33.59% from 255 or 66.93% from 127); Max value from RGB is 85 - color contains mainly: blue. Hex color #092155 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092155 is #F6DEAA. Grayscale: #1F1F1F. Windows color (decimal): -16178859 or 5579017. OLE color: 5579017.

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

Color convert

RGB 9 33 85 -
CMYK 0.89 0.61 0 0.67
HSL 221.05º 0.81% 0.18% -
HSV(B) 221.05º 0.89% 0.33% -
XYZ 2.3 1.8 8.82 -
YUV 31.75 158.05 111.77 -
System Red Green Blue C M Y K H S L
Decimal 9 33 85 0.89 0.61 0 0.67 221.05 0.81 0.18
Hex 9 21 55 59 3D 0 43 DD 51 12
Octal 11 41 125 131 75 0 103 335 121 22
Binary 1001 100001 1010101 1011001 111101 0 1000011 11011101 1010001 10010

Color Harmonies of #092155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092155

Black with #092155

Text Example


Text Example

White with #092155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092155; }

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

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

background-color css

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

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

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

border-color css

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

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

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