#142674

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

Shades of Sapphire #142674

Tints of Sapphire #142674

Color information

#142674 (or 0x142674) is unknown color: approx Sapphire. HEX triplet: 14, 26 and 74. RGB value is (20,38,116). Sum of RGB (Red+Green+Blue) = 20+38+116=174 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.49% from 174); Green value is 38 (15.23% from 255 or 21.84% from 174); Blue value is 116 (45.70% from 255 or 66.67% from 174); Max value from RGB is 116 - color contains mainly: blue. Hex color #142674 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142674 is #EBD98B. Grayscale: #292929. Windows color (decimal): -15456652 or 7611924. OLE color: 7611924.

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

Color convert

RGB2038116-
CMYK0.830.6700.55
HSL228.75º70.59%26.67%-
HSV(B)228.75º82.76%45.49%-
XYZ4.132.816.84-
YUV41.51170.04112.66-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.49%
GREEN value IS 38 (15.23% from 255) = 21.84%
BLUE value IS 116 (45.70% from 255) = 66.67%
R=11.49%
G=21.84%
B=66.67%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal20381160.830.6700.55228.7570.5926.67
Hex1426745343037e5471b
Octal244616412310306734510733
Binary10100100110111010010100111000011011011111100101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142674; }

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

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

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

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

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

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

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

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