#102672

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

Shades of Sapphire #102672

Tints of Sapphire #102672

Color information

#102672 (or 0x102672) is unknown color: approx Sapphire. HEX triplet: 10, 26 and 72. RGB value is (16,38,114). Sum of RGB (Red+Green+Blue) = 16+38+114=168 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.52% from 168); Green value is 38 (15.23% from 255 or 22.62% from 168); Blue value is 114 (44.92% from 255 or 67.86% from 168); Max value from RGB is 114 - color contains mainly: blue. Hex color #102672 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102672 is #EFD98D. Grayscale: #272727. Windows color (decimal): -15718798 or 7480848. OLE color: 7480848.

HSL color Cylindrical-coordinate representation of color #102672: hue angle of 226.53º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #102672 is Cyan = 0.86, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1638114-
CMYK0.860.6700.55
HSL226.53º75.38%25.49%-
HSV(B)226.53º85.96%44.71%-
XYZ3.942.7116.24-
YUV40.09169.71110.82-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.52%
GREEN value IS 38 (15.23% from 255) = 22.62%
BLUE value IS 114 (44.92% from 255) = 67.86%
R=9.52%
G=22.62%
B=67.86%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal16381140.860.6700.55226.5375.3825.49
Hex1026725643037e34b19
Octal204616212610306734311331
Binary10000100110111001010101101000011011011111100011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #102672; }

 p { color: rgb(16,38,114); }

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

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

 a { background-color: rgb(16,38,114); }

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

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

 span { border-color: rgb(16,38,114); }

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