#102B6D

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

Shades of Sapphire #102B6D

Tints of Sapphire #102B6D

Color information

#102B6D (or 0x102B6D) is unknown color: approx Sapphire. HEX triplet: 10, 2B and 6D. RGB value is (16,43,109). Sum of RGB (Red+Green+Blue) = 16+43+109=168 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.52% from 168); Green value is 43 (17.19% from 255 or 25.60% from 168); Blue value is 109 (42.97% from 255 or 64.88% from 168); Max value from RGB is 109 - color contains mainly: blue. Hex color #102B6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102B6D is #EFD492. Grayscale: #2A2A2A. Windows color (decimal): -15717523 or 7154448. OLE color: 7154448.

HSL color Cylindrical-coordinate representation of color #102B6D: hue angle of 222.58º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #102B6D is Cyan = 0.85, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1643109-
CMYK0.850.6100.57
HSL222.58º74.4%24.51%-
HSV(B)222.58º85.32%42.75%-
XYZ3.842.9414.83-
YUV42.45165.55109.13-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.52%
GREEN value IS 43 (17.19% from 255) = 25.60%
BLUE value IS 109 (42.97% from 255) = 64.88%
R=9.52%
G=25.60%
B=64.88%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal16431090.850.6100.57222.5874.424.51
Hex102B6D553D039df4a19
Octal20531551257507133711231
Binary1000010101111011011010101111101011100111011111100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,43,109); }

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

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

 a { background-color: rgb(16,43,109); }

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

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

 span { border-color: rgb(16,43,109); }

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