#142E7F

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

Shades of Sapphire #142E7F

Tints of Sapphire #142E7F

Color information

#142E7F (or 0x142E7F) is unknown color: approx Sapphire. HEX triplet: 14, 2E and 7F. RGB value is (20,46,127). Sum of RGB (Red+Green+Blue) = 20+46+127=193 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.36% from 193); Green value is 46 (18.36% from 255 or 23.83% from 193); Blue value is 127 (50% from 255 or 65.80% from 193); Max value from RGB is 127 - color contains mainly: blue. Hex color #142E7F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142E7F is #EBD180. Grayscale: #2F2F2F. Windows color (decimal): -15454593 or 8334868. OLE color: 8334868.

HSL color Cylindrical-coordinate representation of color #142E7F: hue angle of 225.42º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #142E7F is Cyan = 0.84, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2046127-
CMYK0.840.6400.50
HSL225.42º72.79%28.82%-
HSV(B)225.42º84.25%49.8%-
XYZ5.13.6420.51-
YUV47.46172.89108.41-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.36%
GREEN value IS 46 (18.36% from 255) = 23.83%
BLUE value IS 127 (50% from 255) = 65.80%
R=10.36%
G=23.83%
B=65.80%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal20461270.840.6400.50225.4272.7928.82
Hex142E7F5440032e1491d
Octal245617712410006234111135
Binary10100101110111111110101001000000011001011100001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,46,127); }

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

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

 a { background-color: rgb(20,46,127); }

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

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

 span { border-color: rgb(20,46,127); }

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