#142D81

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

Shades of Sapphire #142D81

Tints of Sapphire #142D81

Color information

#142D81 (or 0x142D81) is unknown color: approx Sapphire. HEX triplet: 14, 2D and 81. RGB value is (20,45,129). Sum of RGB (Red+Green+Blue) = 20+45+129=194 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.31% from 194); Green value is 45 (17.97% from 255 or 23.20% from 194); Blue value is 129 (50.78% from 255 or 66.49% from 194); Max value from RGB is 129 - color contains mainly: blue. Hex color #142D81 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142D81 is #EBD27E. Grayscale: #2E2E2E. Windows color (decimal): -15454847 or 8465684. OLE color: 8465684.

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

Color convert

RGB2045129-
CMYK0.840.6500.49
HSL226.24º73.15%29.22%-
HSV(B)226.24º84.5%50.59%-
XYZ5.193.6121.19-
YUV47.1174.22108.67-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.31%
GREEN value IS 45 (17.97% from 255) = 23.20%
BLUE value IS 129 (50.78% from 255) = 66.49%
R=10.31%
G=23.20%
B=66.49%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal20451290.840.6500.49226.2473.1529.22
Hex142D815441031e2491d
Octal245520112410106134211135
Binary101001011011000000110101001000001011000111100010100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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