#102273

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

Shades of Sapphire #102273

Tints of Sapphire #102273

Color information

#102273 (or 0x102273) is unknown color: approx Sapphire. HEX triplet: 10, 22 and 73. RGB value is (16,34,115). Sum of RGB (Red+Green+Blue) = 16+34+115=165 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.70% from 165); Green value is 34 (13.67% from 255 or 20.61% from 165); Blue value is 115 (45.31% from 255 or 69.70% from 165); Max value from RGB is 115 - color contains mainly: blue. Hex color #102273 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102273 is #EFDD8C. Grayscale: #252525. Windows color (decimal): -15719821 or 7545360. OLE color: 7545360.

HSL color Cylindrical-coordinate representation of color #102273: hue angle of 229.09º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #102273 is Cyan = 0.86, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1634115-
CMYK0.860.7000.55
HSL229.09º75.57%25.69%-
HSV(B)229.09º86.09%45.1%-
XYZ3.882.4916.5-
YUV37.85171.54112.41-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.70%
GREEN value IS 34 (13.67% from 255) = 20.61%
BLUE value IS 115 (45.31% from 255) = 69.70%
R=9.70%
G=20.61%
B=69.70%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal16341150.860.7000.55229.0975.5725.69
Hex1022735646037e54c1a
Octal204216312610606734511432
Binary10000100010111001110101101000110011011111100101100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #102273; }

 p { color: rgb(16,34,115); }

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

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

 a { background-color: rgb(16,34,115); }

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

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

 span { border-color: rgb(16,34,115); }

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