#142466

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

Shades of Sapphire #142466

Tints of Sapphire #142466

Color information

#142466 (or 0x142466) is unknown color: approx Sapphire. HEX triplet: 14, 24 and 66. RGB value is (20,36,102). Sum of RGB (Red+Green+Blue) = 20+36+102=158 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.66% from 158); Green value is 36 (14.45% from 255 or 22.78% from 158); Blue value is 102 (40.23% from 255 or 64.56% from 158); Max value from RGB is 102 - color contains mainly: blue. Hex color #142466 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142466 is #EBDB99. Grayscale: #262626. Windows color (decimal): -15457178 or 6693908. OLE color: 6693908.

HSL color Cylindrical-coordinate representation of color #142466: hue angle of 228.29º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #142466 is Cyan = 0.80, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB2036102-
CMYK0.800.6500.6
HSL228.29º67.21%23.92%-
HSV(B)228.29º80.39%40%-
XYZ3.322.3712.85-
YUV38.74163.7114.63-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.66%
GREEN value IS 36 (14.45% from 255) = 22.78%
BLUE value IS 102 (40.23% from 255) = 64.56%
R=12.66%
G=22.78%
B=64.56%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal20361020.800.6500.6228.2967.2123.92
Hex142466504103Ce44318
Octal244414612010107434410330
Binary10100100100110011010100001000001011110011100100100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142466; }

 p { color: rgb(20,36,102); }

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

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

 a { background-color: rgb(20,36,102); }

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

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

 span { border-color: rgb(20,36,102); }

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