#142D7B

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

Shades of Sapphire #142D7B

Tints of Sapphire #142D7B

Color information

#142D7B (or 0x142D7B) is unknown color: approx Sapphire. HEX triplet: 14, 2D and 7B. RGB value is (20,45,123). Sum of RGB (Red+Green+Blue) = 20+45+123=188 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.64% from 188); Green value is 45 (17.97% from 255 or 23.94% from 188); Blue value is 123 (48.44% from 255 or 65.43% from 188); Max value from RGB is 123 - color contains mainly: blue. Hex color #142D7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142D7B is #EBD284. Grayscale: #2E2E2E. Windows color (decimal): -15454853 or 8072468. OLE color: 8072468.

HSL color Cylindrical-coordinate representation of color #142D7B: hue angle of 225.44º 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 #142D7B is Cyan = 0.84, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2045123-
CMYK0.840.6300.52
HSL225.44º72.03%28.04%-
HSV(B)225.44º83.74%48.24%-
XYZ4.83.4619.15-
YUV46.42171.22109.16-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.64%
GREEN value IS 45 (17.97% from 255) = 23.94%
BLUE value IS 123 (48.44% from 255) = 65.43%
R=10.64%
G=23.94%
B=65.43%

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
Decimal20451230.840.6300.52225.4472.0328.04
Hex142D7B543F034e1481c
Octal24551731247706434111034
Binary1010010110111110111010100111111011010011100001100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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