#102368

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

Shades of Sapphire #102368

Tints of Sapphire #102368

Color information

#102368 (or 0x102368) is unknown color: approx Sapphire. HEX triplet: 10, 23 and 68. RGB value is (16,35,104). Sum of RGB (Red+Green+Blue) = 16+35+104=155 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.32% from 155); Green value is 35 (14.06% from 255 or 22.58% from 155); Blue value is 104 (41.02% from 255 or 67.10% from 155); Max value from RGB is 104 - color contains mainly: blue. Hex color #102368 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102368 is #EFDC97. Grayscale: #242424. Windows color (decimal): -15719576 or 6824720. OLE color: 6824720.

HSL color Cylindrical-coordinate representation of color #102368: hue angle of 227.05º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #102368 is Cyan = 0.85, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1635104-
CMYK0.850.6600.59
HSL227.05º73.33%23.53%-
HSV(B)227.05º84.62%40.78%-
XYZ3.312.3113.37-
YUV37.18165.71112.89-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.32%
GREEN value IS 35 (14.06% from 255) = 22.58%
BLUE value IS 104 (41.02% from 255) = 67.10%
R=10.32%
G=22.58%
B=67.10%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal16351040.850.6600.59227.0573.3323.53
Hex102368554203Be34918
Octal204315012510207334311130
Binary10000100011110100010101011000010011101111100011100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #102368; }

 p { color: rgb(16,35,104); }

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

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

 a { background-color: rgb(16,35,104); }

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

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

 span { border-color: rgb(16,35,104); }

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