#092277

Color #092277 Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #092277

Tints of Sapphire #092277

Color information

#092277 (or 0x092277) is unknown color: approx Sapphire. HEX triplet: 09, 22 and 77. RGB value is (9,34,119). Sum of RGB (Red+Green+Blue) = 9+34+119=162 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.56% from 162); Green value is 34 (13.67% from 255 or 20.99% from 162); Blue value is 119 (46.88% from 255 or 73.46% from 162); Max value from RGB is 119 - color contains mainly: blue. Hex color #092277 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092277 is #F6DD88. Grayscale: #232323. Windows color (decimal): -16178569 or 7807497. OLE color: 7807497.

HSL color Cylindrical-coordinate representation of color #092277: hue angle of 226.36º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #092277 is Cyan = 0.92, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB934119-
CMYK0.920.7100.53
HSL226.36º85.94%25.1%-
HSV(B)226.36º92.44%46.67%-
XYZ4.012.5317.73-
YUV36.21174.72108.59-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.56%
GREEN value IS 34 (13.67% from 255) = 20.99%
BLUE value IS 119 (46.88% from 255) = 73.46%
R=5.56%
G=20.99%
B=73.46%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal9341190.920.7100.53226.3685.9425.1
Hex922775C47035e25619
Octal114216713410706534212631
Binary1001100010111011110111001000111011010111100010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092277; }

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

 H1.HeaderClassName
 {
   color: #092277;
 }
 .AnyTagClassName
 {
   color: #092277;
 }
</style>
background-color css

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

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

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

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

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

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