#142D66

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

Shades of Sapphire #142D66

Tints of Sapphire #142D66

Color information

#142D66 (or 0x142D66) is unknown color: approx Sapphire. HEX triplet: 14, 2D and 66. RGB value is (20,45,102). Sum of RGB (Red+Green+Blue) = 20+45+102=167 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.98% from 167); Green value is 45 (17.97% from 255 or 26.95% from 167); Blue value is 102 (40.23% from 255 or 61.08% from 167); Max value from RGB is 102 - color contains mainly: blue. Hex color #142D66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142D66 is #EBD299. Grayscale: #2B2B2B. Windows color (decimal): -15454874 or 6696212. OLE color: 6696212.

HSL color Cylindrical-coordinate representation of color #142D66: hue angle of 221.71º 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 #142D66 is Cyan = 0.80, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB2045102-
CMYK0.800.5600.6
HSL221.71º67.21%23.92%-
HSV(B)221.71º80.39%40%-
XYZ3.632.9812.96-
YUV44.02160.72110.87-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.98%
GREEN value IS 45 (17.97% from 255) = 26.95%
BLUE value IS 102 (40.23% from 255) = 61.08%
R=11.98%
G=26.95%
B=61.08%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal20451020.800.5600.6221.7167.2123.92
Hex142D66503803Cde4318
Octal24551461207007433610330
Binary1010010110111001101010000111000011110011011110100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142D66; }

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

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

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

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

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

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

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

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