#142A68

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

Shades of Sapphire #142A68

Tints of Sapphire #142A68

Color information

#142A68 (or 0x142A68) is unknown color: approx Sapphire. HEX triplet: 14, 2A and 68. RGB value is (20,42,104). Sum of RGB (Red+Green+Blue) = 20+42+104=166 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.05% from 166); Green value is 42 (16.80% from 255 or 25.30% from 166); Blue value is 104 (41.02% from 255 or 62.65% from 166); Max value from RGB is 104 - color contains mainly: blue. Hex color #142A68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142A68 is #EBD597. Grayscale: #2A2A2A. Windows color (decimal): -15455640 or 6826516. OLE color: 6826516.

HSL color Cylindrical-coordinate representation of color #142A68: hue angle of 224.29º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #142A68 is Cyan = 0.81, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2042104-
CMYK0.810.6000.59
HSL224.29º67.74%24.31%-
HSV(B)224.29º80.77%40.78%-
XYZ3.622.813.45-
YUV42.49162.71111.96-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.05%
GREEN value IS 42 (16.80% from 255) = 25.30%
BLUE value IS 104 (41.02% from 255) = 62.65%
R=12.05%
G=25.30%
B=62.65%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal20421040.810.6000.59224.2967.7424.31
Hex142A68513C03Be04418
Octal24521501217407334010430
Binary1010010101011010001010001111100011101111100000100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,42,104); }

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

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

 a { background-color: rgb(20,42,104); }

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

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

 span { border-color: rgb(20,42,104); }

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