#102F67

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

Shades of Sapphire #102F67

Tints of Sapphire #102F67

Color information

#102F67 (or 0x102F67) is unknown color: approx Sapphire. HEX triplet: 10, 2F and 67. RGB value is (16,47,103). Sum of RGB (Red+Green+Blue) = 16+47+103=166 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.64% from 166); Green value is 47 (18.75% from 255 or 28.31% from 166); Blue value is 103 (40.62% from 255 or 62.05% from 166); Max value from RGB is 103 - color contains mainly: blue. Hex color #102F67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102F67 is #EFD098. Grayscale: #2B2B2B. Windows color (decimal): -15716505 or 6762256. OLE color: 6762256.

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

Color convert

RGB1647103-
CMYK0.840.5400.60
HSL218.62º73.11%23.33%-
HSV(B)218.62º84.47%40.39%-
XYZ3.683.1213.24-
YUV44.11161.23107.95-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.64%
GREEN value IS 47 (18.75% from 255) = 28.31%
BLUE value IS 103 (40.62% from 255) = 62.05%
R=9.64%
G=28.31%
B=62.05%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal16471030.840.5400.60218.6273.1123.33
Hex102F67543603Cdb4917
Octal20571471246607433311127
Binary1000010111111001111010100110110011110011011011100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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