#102A68

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

Shades of Sapphire #102A68

Tints of Sapphire #102A68

Color information

#102A68 (or 0x102A68) is unknown color: approx Sapphire. HEX triplet: 10, 2A and 68. RGB value is (16,42,104). Sum of RGB (Red+Green+Blue) = 16+42+104=162 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.88% from 162); Green value is 42 (16.80% from 255 or 25.93% from 162); Blue value is 104 (41.02% from 255 or 64.20% from 162); Max value from RGB is 104 - color contains mainly: blue. Hex color #102A68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102A68 is #EFD597. Grayscale: #292929. Windows color (decimal): -15717784 or 6826512. OLE color: 6826512.

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

Color convert

RGB1642104-
CMYK0.850.6000.59
HSL222.27º73.33%23.53%-
HSV(B)222.27º84.62%40.78%-
XYZ3.542.7713.44-
YUV41.29163.39109.96-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.88%
GREEN value IS 42 (16.80% from 255) = 25.93%
BLUE value IS 104 (41.02% from 255) = 64.20%
R=9.88%
G=25.93%
B=64.20%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal16421040.850.6000.59222.2773.3323.53
Hex102A68553C03Bde4918
Octal20521501257407333611130
Binary1000010101011010001010101111100011101111011110100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #102A68; }

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

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

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

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

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

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

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

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