#143AAF

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

Shades of Egyptian Blue #143AAF

Tints of Egyptian Blue #143AAF

Color information

#143AAF (or 0x143AAF) is unknown color: approx Egyptian Blue. HEX triplet: 14, 3A and AF. RGB value is (20,58,175). Sum of RGB (Red+Green+Blue) = 20+58+175=253 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.91% from 253); Green value is 58 (23.05% from 255 or 22.92% from 253); Blue value is 175 (68.75% from 255 or 69.17% from 253); Max value from RGB is 175 - color contains mainly: blue. Hex color #143AAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143AAF is #EBC550. Grayscale: #3B3B3B. Windows color (decimal): -15451473 or 11483668. OLE color: 11483668.

HSL color Cylindrical-coordinate representation of color #143AAF: hue angle of 225.29º degrees, saturation: 0.79, 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 #143AAF is Cyan = 0.89, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB2058175-
CMYK0.890.6700.31
HSL225.29º79.49%38.24%-
HSV(B)225.29º88.57%68.63%-
XYZ9.546.2741.26-
YUV59.98192.9199.49-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.91%
GREEN value IS 58 (23.05% from 255) = 22.92%
BLUE value IS 175 (68.75% from 255) = 69.17%
R=7.91%
G=22.92%
B=69.17%

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
Decimal20581750.890.6700.31225.2979.4938.24
Hex143AAF594301Fe14f26
Octal247225713110303734111746
Binary101001110101010111110110011000011011111111000011001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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