#142254

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

Shades of Sapphire #142254

Tints of Sapphire #142254

Color information

#142254 (or 0x142254) is unknown color: approx Sapphire. HEX triplet: 14, 22 and 54. RGB value is (20,34,84). Sum of RGB (Red+Green+Blue) = 20+34+84=138 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.49% from 138); Green value is 34 (13.67% from 255 or 24.64% from 138); Blue value is 84 (33.20% from 255 or 60.87% from 138); Max value from RGB is 84 - color contains mainly: blue. Hex color #142254 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142254 is #EBDDAB. Grayscale: #232323. Windows color (decimal): -15457708 or 5513748. OLE color: 5513748.

HSL color Cylindrical-coordinate representation of color #142254: hue angle of 226.88º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #142254 is Cyan = 0.76, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB203484-
CMYK0.760.6000.67
HSL226.88º61.54%20.39%-
HSV(B)226.88º76.19%32.94%-
XYZ2.461.938.63-
YUV35.51155.36116.93-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.49%
GREEN value IS 34 (13.67% from 255) = 24.64%
BLUE value IS 84 (33.20% from 255) = 60.87%
R=14.49%
G=24.64%
B=60.87%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2034840.760.6000.67226.8861.5420.39
Hex1422544C3C043e33e14
Octal24421241147401033437624
Binary1010010001010101001001100111100010000111110001111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142254; }

 p { color: rgb(20,34,84); }

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

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

 a { background-color: rgb(20,34,84); }

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

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

 span { border-color: rgb(20,34,84); }

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