#142A62

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

Shades of Sapphire #142A62

Tints of Sapphire #142A62

Color information

#142A62 (or 0x142A62) is unknown color: approx Sapphire. HEX triplet: 14, 2A and 62. RGB value is (20,42,98). Sum of RGB (Red+Green+Blue) = 20+42+98=160 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.5% from 160); Green value is 42 (16.80% from 255 or 26.25% from 160); Blue value is 98 (38.67% from 255 or 61.25% from 160); Max value from RGB is 98 - color contains mainly: blue. Hex color #142A62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142A62 is #EBD59D. Grayscale: #292929. Windows color (decimal): -15455646 or 6433300. OLE color: 6433300.

HSL color Cylindrical-coordinate representation of color #142A62: hue angle of 223.08º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #142A62 is Cyan = 0.80, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB204298-
CMYK0.800.5700.62
HSL223.08º66.1%23.14%-
HSV(B)223.08º79.59%38.43%-
XYZ3.322.6911.9-
YUV41.81159.71112.45-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.5%
GREEN value IS 42 (16.80% from 255) = 26.25%
BLUE value IS 98 (38.67% from 255) = 61.25%
R=12.5%
G=26.25%
B=61.25%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2042980.800.5700.62223.0866.123.14
Hex142A62503903Edf4217
Octal24521421207107633710227
Binary1010010101011000101010000111001011111011011111100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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