#102A70

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

Shades of Sapphire #102A70

Tints of Sapphire #102A70

Color information

#102A70 (or 0x102A70) is unknown color: approx Sapphire. HEX triplet: 10, 2A and 70. RGB value is (16,42,112). Sum of RGB (Red+Green+Blue) = 16+42+112=170 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.41% from 170); Green value is 42 (16.80% from 255 or 24.71% from 170); Blue value is 112 (44.14% from 255 or 65.88% from 170); Max value from RGB is 112 - color contains mainly: blue. Hex color #102A70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102A70 is #EFD58F. Grayscale: #292929. Windows color (decimal): -15717776 or 7350800. OLE color: 7350800.

HSL color Cylindrical-coordinate representation of color #102A70: hue angle of 223.75º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #102A70 is Cyan = 0.86, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1642112-
CMYK0.860.6200.56
HSL223.75º75%25.1%-
HSV(B)223.75º85.71%43.92%-
XYZ3.972.9415.69-
YUV42.21167.39109.31-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.41%
GREEN value IS 42 (16.80% from 255) = 24.71%
BLUE value IS 112 (44.14% from 255) = 65.88%
R=9.41%
G=24.71%
B=65.88%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal16421120.860.6200.56223.757525.1
Hex102A70563E038e04b19
Octal20521601267607034011331
Binary1000010101011100001010110111110011100011100000100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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