#1424B0

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

Shades of Egyptian Blue #1424B0

Tints of Egyptian Blue #1424B0

Color information

#1424B0 (or 0x1424B0) is unknown color: approx Egyptian Blue. HEX triplet: 14, 24 and B0. RGB value is (20,36,176). Sum of RGB (Red+Green+Blue) = 20+36+176=232 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.62% from 232); Green value is 36 (14.45% from 255 or 15.52% from 232); Blue value is 176 (69.14% from 255 or 75.86% from 232); Max value from RGB is 176 - color contains mainly: blue. Hex color #1424B0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1424B0 is #EBDB4F. Grayscale: #2E2E2E. Windows color (decimal): -15457104 or 11543572. OLE color: 11543572.

HSL color Cylindrical-coordinate representation of color #1424B0: hue angle of 233.85º 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 #1424B0 is Cyan = 0.89, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB2036176-
CMYK0.890.8000.31
HSL233.85º79.59%38.43%-
HSV(B)233.85º88.64%69.02%-
XYZ8.764.5541.49-
YUV47.18200.7108.62-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.62%
GREEN value IS 36 (14.45% from 255) = 15.52%
BLUE value IS 176 (69.14% from 255) = 75.86%
R=8.62%
G=15.52%
B=75.86%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal20361760.890.8000.31233.8579.5938.43
Hex1424B0595001Fea5026
Octal244426013112003735212046
Binary101001001001011000010110011010000011111111010101010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1424B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1424B0; }

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

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

<style>
 a { background-color: #1424B0; }

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

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

<style>
 span { border-color: #1424B0; }

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

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