#092C61

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

Shades of Sapphire #092C61

Tints of Sapphire #092C61

Color information

#092C61 (or 0x092C61) is unknown color: approx Sapphire. HEX triplet: 09, 2C and 61. RGB value is (9,44,97). Sum of RGB (Red+Green+Blue) = 9+44+97=150 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6% from 150); Green value is 44 (17.58% from 255 or 29.33% from 150); Blue value is 97 (38.28% from 255 or 64.67% from 150); Max value from RGB is 97 - color contains mainly: blue. Hex color #092C61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092C61 is #F6D39E. Grayscale: #272727. Windows color (decimal): -16176031 or 6368265. OLE color: 6368265.

HSL color Cylindrical-coordinate representation of color #092C61: hue angle of 216.14º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #092C61 is Cyan = 0.91, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB94497-
CMYK0.910.5500.62
HSL216.14º83.02%20.78%-
HSV(B)216.14º90.72%38.04%-
XYZ3.172.7211.67-
YUV39.58160.4106.19-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6%
GREEN value IS 44 (17.58% from 255) = 29.33%
BLUE value IS 97 (38.28% from 255) = 64.67%
R=6%
G=29.33%
B=64.67%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal944970.910.5500.62216.1483.0220.78
Hex92C615B3703Ed85315
Octal11541411336707633012325
Binary100110110011000011011011110111011111011011000101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092C61; }

 p { color: rgb(9,44,97); }

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

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

 a { background-color: rgb(9,44,97); }

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

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

 span { border-color: rgb(9,44,97); }

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