#142661

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

Shades of Sapphire #142661

Tints of Sapphire #142661

Color information

#142661 (or 0x142661) is unknown color: approx Sapphire. HEX triplet: 14, 26 and 61. RGB value is (20,38,97). Sum of RGB (Red+Green+Blue) = 20+38+97=155 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.90% from 155); Green value is 38 (15.23% from 255 or 24.52% from 155); Blue value is 97 (38.28% from 255 or 62.58% from 155); Max value from RGB is 97 - color contains mainly: blue. Hex color #142661 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142661 is #EBD99E. Grayscale: #272727. Windows color (decimal): -15456671 or 6366740. OLE color: 6366740.

HSL color Cylindrical-coordinate representation of color #142661: hue angle of 225.97º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #142661 is Cyan = 0.79, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB203897-
CMYK0.790.6100.62
HSL225.97º65.81%22.94%-
HSV(B)225.97º79.38%38.04%-
XYZ3.142.411.61-
YUV39.34160.54114.2-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.90%
GREEN value IS 38 (15.23% from 255) = 24.52%
BLUE value IS 97 (38.28% from 255) = 62.58%
R=12.90%
G=24.52%
B=62.58%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2038970.790.6100.62225.9765.8122.94
Hex1426614F3D03Ee24217
Octal24461411177507634210227
Binary1010010011011000011001111111101011111011100010100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142661; }

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

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

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

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

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

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

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

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