#102362

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

Shades of Sapphire #102362

Tints of Sapphire #102362

Color information

#102362 (or 0x102362) is unknown color: approx Sapphire. HEX triplet: 10, 23 and 62. RGB value is (16,35,98). Sum of RGB (Red+Green+Blue) = 16+35+98=149 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.74% from 149); Green value is 35 (14.06% from 255 or 23.49% from 149); Blue value is 98 (38.67% from 255 or 65.77% from 149); Max value from RGB is 98 - color contains mainly: blue. Hex color #102362 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102362 is #EFDC9D. Grayscale: #242424. Windows color (decimal): -15719582 or 6431504. OLE color: 6431504.

HSL color Cylindrical-coordinate representation of color #102362: hue angle of 226.1º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #102362 is Cyan = 0.84, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB163598-
CMYK0.840.6400.62
HSL226.1º71.93%22.35%-
HSV(B)226.1º83.67%38.43%-
XYZ3.022.1911.82-
YUV36.5162.71113.38-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.74%
GREEN value IS 35 (14.06% from 255) = 23.49%
BLUE value IS 98 (38.67% from 255) = 65.77%
R=10.74%
G=23.49%
B=65.77%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1635980.840.6400.62226.171.9322.35
Hex102362544003Ee24816
Octal204314212410007634211026
Binary10000100011110001010101001000000011111011100010100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #102362; }

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

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

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

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

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

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

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

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