#102168

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

Shades of Sapphire #102168

Tints of Sapphire #102168

Color information

#102168 (or 0x102168) is unknown color: approx Sapphire. HEX triplet: 10, 21 and 68. RGB value is (16,33,104). Sum of RGB (Red+Green+Blue) = 16+33+104=153 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.46% from 153); Green value is 33 (13.28% from 255 or 21.57% from 153); Blue value is 104 (41.02% from 255 or 67.97% from 153); Max value from RGB is 104 - color contains mainly: blue. Hex color #102168 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102168 is #EFDE97. Grayscale: #232323. Windows color (decimal): -15720088 or 6824208. OLE color: 6824208.

HSL color Cylindrical-coordinate representation of color #102168: hue angle of 228.41º 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 #102168 is Cyan = 0.85, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1633104-
CMYK0.850.6800.59
HSL228.41º73.33%23.53%-
HSV(B)228.41º84.62%40.78%-
XYZ3.262.213.35-
YUV36.01166.37113.73-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.46%
GREEN value IS 33 (13.28% from 255) = 21.57%
BLUE value IS 104 (41.02% from 255) = 67.97%
R=10.46%
G=21.57%
B=67.97%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal16331040.850.6800.59228.4173.3323.53
Hex102168554403Be44918
Octal204115012510407334411130
Binary10000100001110100010101011000100011101111100100100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #102168; }

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

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

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

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

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

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

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

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