#14258C

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

Shades of Egyptian Blue #14258C

Tints of Egyptian Blue #14258C

Color information

#14258C (or 0x14258C) is unknown color: approx Egyptian Blue. HEX triplet: 14, 25 and 8C. RGB value is (20,37,140). Sum of RGB (Red+Green+Blue) = 20+37+140=197 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.15% from 197); Green value is 37 (14.84% from 255 or 18.78% from 197); Blue value is 140 (55.08% from 255 or 71.07% from 197); Max value from RGB is 140 - color contains mainly: blue. Hex color #14258C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14258C is #EBDA73. Grayscale: #2B2B2B. Windows color (decimal): -15456884 or 9184532. OLE color: 9184532.

HSL color Cylindrical-coordinate representation of color #14258C: hue angle of 231.5º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14258C is Cyan = 0.86, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2037140-
CMYK0.860.7400.45
HSL231.5º75%31.37%-
HSV(B)231.5º85.71%54.9%-
XYZ5.683.3725.16-
YUV43.66182.37111.12-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.15%
GREEN value IS 37 (14.84% from 255) = 18.78%
BLUE value IS 140 (55.08% from 255) = 71.07%
R=10.15%
G=18.78%
B=71.07%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal20371400.860.7400.45231.57531.37
Hex14258C564A02De84b1f
Octal244521412611205535011337
Binary101001001011000110010101101001010010110111101000100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14258C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14258C; }

 p { color: rgb(20,37,140); }

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

<style>
 a { background-color: #14258C; }

 a { background-color: rgb(20,37,140); }

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

<style>
 span { border-color: #14258C; }

 span { border-color: rgb(20,37,140); }

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