#143AB0

Color #143AB0 Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #143AB0

Tints of Egyptian Blue #143AB0

Color information

#143AB0 (or 0x143AB0) is unknown color: approx Egyptian Blue. HEX triplet: 14, 3A and B0. RGB value is (20,58,176). Sum of RGB (Red+Green+Blue) = 20+58+176=254 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.87% from 254); Green value is 58 (23.05% from 255 or 22.83% from 254); Blue value is 176 (69.14% from 255 or 69.29% from 254); Max value from RGB is 176 - color contains mainly: blue. Hex color #143AB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143AB0 is #EBC54F. Grayscale: #3B3B3B. Windows color (decimal): -15451472 or 11549204. OLE color: 11549204.

HSL color Cylindrical-coordinate representation of color #143AB0: hue angle of 225.38º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #143AB0 is Cyan = 0.89, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB2058176-
CMYK0.890.6700.31
HSL225.38º79.59%38.43%-
HSV(B)225.38º88.64%69.02%-
XYZ9.646.3141.78-
YUV60.09193.4199.41-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.87%
GREEN value IS 58 (23.05% from 255) = 22.83%
BLUE value IS 176 (69.14% from 255) = 69.29%
R=7.87%
G=22.83%
B=69.29%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal20581760.890.6700.31225.3879.5938.43
Hex143AB0594301Fe15026
Octal247226013110303734112046
Binary101001110101011000010110011000011011111111000011010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143AB0; }

 p { color: rgb(20,58,176); }

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

<style>
 a { background-color: #143AB0; }

 a { background-color: rgb(20,58,176); }

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

<style>
 span { border-color: #143AB0; }

 span { border-color: rgb(20,58,176); }

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