#102369

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

Shades of Sapphire #102369

Tints of Sapphire #102369

Color information

#102369 (or 0x102369) is unknown color: approx Sapphire. HEX triplet: 10, 23 and 69. RGB value is (16,35,105). Sum of RGB (Red+Green+Blue) = 16+35+105=156 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.26% from 156); Green value is 35 (14.06% from 255 or 22.44% from 156); Blue value is 105 (41.41% from 255 or 67.31% from 156); Max value from RGB is 105 - color contains mainly: blue. Hex color #102369 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102369 is #EFDC96. Grayscale: #252525. Windows color (decimal): -15719575 or 6890256. OLE color: 6890256.

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

Color convert

RGB1635105-
CMYK0.850.6700.59
HSL227.19º73.55%23.73%-
HSV(B)227.19º84.76%41.18%-
XYZ3.362.3313.64-
YUV37.3166.21112.81-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.26%
GREEN value IS 35 (14.06% from 255) = 22.44%
BLUE value IS 105 (41.41% from 255) = 67.31%
R=10.26%
G=22.44%
B=67.31%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal16351050.850.6700.59227.1973.5523.73
Hex102369554303Be34a18
Octal204315112510307334311230
Binary10000100011110100110101011000011011101111100011100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #102369; }

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

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

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

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

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

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

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

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