#102D6B

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

Shades of Sapphire #102D6B

Tints of Sapphire #102D6B

Color information

#102D6B (or 0x102D6B) is unknown color: approx Sapphire. HEX triplet: 10, 2D and 6B. RGB value is (16,45,107). Sum of RGB (Red+Green+Blue) = 16+45+107=168 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.52% from 168); Green value is 45 (17.97% from 255 or 26.79% from 168); Blue value is 107 (42.19% from 255 or 63.69% from 168); Max value from RGB is 107 - color contains mainly: blue. Hex color #102D6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102D6B is #EFD294. Grayscale: #2B2B2B. Windows color (decimal): -15717013 or 7023888. OLE color: 7023888.

HSL color Cylindrical-coordinate representation of color #102D6B: hue angle of 220.88º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #102D6B is Cyan = 0.85, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1645107-
CMYK0.850.5800.58
HSL220.88º73.98%24.12%-
HSV(B)220.88º85.05%41.96%-
XYZ3.813.0514.3-
YUV43.4163.89108.46-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.52%
GREEN value IS 45 (17.97% from 255) = 26.79%
BLUE value IS 107 (42.19% from 255) = 63.69%
R=9.52%
G=26.79%
B=63.69%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal16451070.850.5800.58220.8873.9824.12
Hex102D6B553A03Add4a18
Octal20551531257207233511230
Binary1000010110111010111010101111010011101011011101100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,45,107); }

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

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

 a { background-color: rgb(16,45,107); }

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

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

 span { border-color: rgb(16,45,107); }

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