#142A7D

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

Shades of Sapphire #142A7D

Tints of Sapphire #142A7D

Color information

#142A7D (or 0x142A7D) is unknown color: approx Sapphire. HEX triplet: 14, 2A and 7D. RGB value is (20,42,125). Sum of RGB (Red+Green+Blue) = 20+42+125=187 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.70% from 187); Green value is 42 (16.80% from 255 or 22.46% from 187); Blue value is 125 (49.22% from 255 or 66.84% from 187); Max value from RGB is 125 - color contains mainly: blue. Hex color #142A7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142A7D is #EBD582. Grayscale: #2C2C2C. Windows color (decimal): -15455619 or 8202772. OLE color: 8202772.

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

Color convert

RGB2042125-
CMYK0.840.6600.51
HSL227.43º72.41%28.43%-
HSV(B)227.43º84%49.02%-
XYZ4.823.2919.78-
YUV44.88173.21110.25-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.70%
GREEN value IS 42 (16.80% from 255) = 22.46%
BLUE value IS 125 (49.22% from 255) = 66.84%
R=10.70%
G=22.46%
B=66.84%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal20421250.840.6600.51227.4372.4128.43
Hex142A7D5442033e3481c
Octal245217512410206334311034
Binary10100101010111110110101001000010011001111100011100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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