#142E7B

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

Shades of Sapphire #142E7B

Tints of Sapphire #142E7B

Color information

#142E7B (or 0x142E7B) is unknown color: approx Sapphire. HEX triplet: 14, 2E and 7B. RGB value is (20,46,123). Sum of RGB (Red+Green+Blue) = 20+46+123=189 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.58% from 189); Green value is 46 (18.36% from 255 or 24.34% from 189); Blue value is 123 (48.44% from 255 or 65.08% from 189); Max value from RGB is 123 - color contains mainly: blue. Hex color #142E7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142E7B is #EBD184. Grayscale: #2E2E2E. Windows color (decimal): -15454597 or 8072724. OLE color: 8072724.

HSL color Cylindrical-coordinate representation of color #142E7B: hue angle of 224.85º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #142E7B is Cyan = 0.84, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2046123-
CMYK0.840.6300.52
HSL224.85º72.03%28.04%-
HSV(B)224.85º83.74%48.24%-
XYZ4.843.5319.17-
YUV47170.89108.74-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.58%
GREEN value IS 46 (18.36% from 255) = 24.34%
BLUE value IS 123 (48.44% from 255) = 65.08%
R=10.58%
G=24.34%
B=65.08%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal20461230.840.6300.52224.8572.0328.04
Hex142E7B543F034e1481c
Octal24561731247706434111034
Binary1010010111011110111010100111111011010011100001100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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