#102D67

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

Shades of Sapphire #102D67

Tints of Sapphire #102D67

Color information

#102D67 (or 0x102D67) is unknown color: approx Sapphire. HEX triplet: 10, 2D and 67. RGB value is (16,45,103). Sum of RGB (Red+Green+Blue) = 16+45+103=164 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.76% from 164); Green value is 45 (17.97% from 255 or 27.44% from 164); Blue value is 103 (40.62% from 255 or 62.80% from 164); Max value from RGB is 103 - color contains mainly: blue. Hex color #102D67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102D67 is #EFD298. Grayscale: #2A2A2A. Windows color (decimal): -15717017 or 6761744. OLE color: 6761744.

HSL color Cylindrical-coordinate representation of color #102D67: hue angle of 220º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #102D67 is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB1645103-
CMYK0.840.5600.60
HSL220º73.11%23.33%-
HSV(B)220º84.47%40.39%-
XYZ3.62.9713.21-
YUV42.94161.89108.78-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.76%
GREEN value IS 45 (17.97% from 255) = 27.44%
BLUE value IS 103 (40.62% from 255) = 62.80%
R=9.76%
G=27.44%
B=62.80%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal16451030.840.5600.6022073.1123.33
Hex102D67543803Cdc4917
Octal20551471247007433411127
Binary1000010110111001111010100111000011110011011100100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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