#142667

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

Shades of Sapphire #142667

Tints of Sapphire #142667

Color information

#142667 (or 0x142667) is unknown color: approx Sapphire. HEX triplet: 14, 26 and 67. RGB value is (20,38,103). Sum of RGB (Red+Green+Blue) = 20+38+103=161 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.42% from 161); Green value is 38 (15.23% from 255 or 23.60% from 161); Blue value is 103 (40.62% from 255 or 63.98% from 161); Max value from RGB is 103 - color contains mainly: blue. Hex color #142667 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142667 is #EBD998. Grayscale: #272727. Windows color (decimal): -15456665 or 6759956. OLE color: 6759956.

HSL color Cylindrical-coordinate representation of color #142667: hue angle of 226.99º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #142667 is Cyan = 0.81, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB2038103-
CMYK0.810.6300.60
HSL226.99º67.48%24.12%-
HSV(B)226.99º80.58%40.39%-
XYZ3.432.5113.14-
YUV40.03163.54113.71-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.42%
GREEN value IS 38 (15.23% from 255) = 23.60%
BLUE value IS 103 (40.62% from 255) = 63.98%
R=12.42%
G=23.60%
B=63.98%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal20381030.810.6300.60226.9967.4824.12
Hex142667513F03Ce34318
Octal24461471217707434310330
Binary1010010011011001111010001111111011110011100011100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142667; }

 p { color: rgb(20,38,103); }

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

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

 a { background-color: rgb(20,38,103); }

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

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

 span { border-color: rgb(20,38,103); }

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