Html Css Color HEX #092255 Sapphire

📋 copy color: '#092255'

red 9 ◦ green 34 ◦ blue 85

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

Shades of Sapphire #092255

Tints of Sapphire #092255

RGB

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

 GREEN value IS 34 (13.67% from 255) = 26.56%

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

R = 7.03%
G = 26.56%
B = 66.41%

CMYK

 C value IS 0.89

 M value IS 0.60

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#092255 (or 0x092255) is known color: Sapphire. HEX triplet: 09, 22 and 55. RGB value is (9,34,85). Sum of RGB (Red+Green+Blue) = 9+34+85=128 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.03% from 128); Green value is 34 (13.67% from 255 or 26.56% from 128); Blue value is 85 (33.59% from 255 or 66.41% from 128); Max value from RGB is 85 - color contains mainly: blue. Hex color #092255 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092255 is #F6DDAA. Grayscale: #202020. Windows color (decimal): -16178603 or 5579273. OLE color: 5579273.

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

Color convert

RGB 9 34 85 -
CMYK 0.89 0.60 0 0.67
HSL 220.26º 0.81% 0.18% -
HSV(B) 220.26º 0.89% 0.33% -
XYZ 2.32 1.86 8.83 -
YUV 32.34 157.72 111.35 -
System Red Green Blue C M Y K H S L
Decimal 9 34 85 0.89 0.60 0 0.67 220.26 0.81 0.18
Hex 9 22 55 59 3C 0 43 DC 51 12
Octal 11 42 125 131 74 0 103 334 121 22
Binary 1001 100010 1010101 1011001 111100 0 1000011 11011100 1010001 10010

Color Harmonies of #092255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092255

Black with #092255

Text Example


Text Example

White with #092255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092255; }

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

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

background-color css

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

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

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

border-color css

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

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

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