#142A61

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

Shades of Sapphire #142A61

Tints of Sapphire #142A61

Color information

#142A61 (or 0x142A61) is unknown color: approx Sapphire. HEX triplet: 14, 2A and 61. RGB value is (20,42,97). Sum of RGB (Red+Green+Blue) = 20+42+97=159 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.58% from 159); Green value is 42 (16.80% from 255 or 26.42% from 159); Blue value is 97 (38.28% from 255 or 61.01% from 159); Max value from RGB is 97 - color contains mainly: blue. Hex color #142A61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142A61 is #EBD59E. Grayscale: #292929. Windows color (decimal): -15455647 or 6367764. OLE color: 6367764.

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

Color convert

RGB204297-
CMYK0.790.5700.62
HSL222.86º65.81%22.94%-
HSV(B)222.86º79.38%38.04%-
XYZ3.272.6711.65-
YUV41.69159.21112.53-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.58%
GREEN value IS 42 (16.80% from 255) = 26.42%
BLUE value IS 97 (38.28% from 255) = 61.01%
R=12.58%
G=26.42%
B=61.01%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2042970.790.5700.62222.8665.8122.94
Hex142A614F3903Edf4217
Octal24521411177107633710227
Binary1010010101011000011001111111001011111011011111100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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