Html Css Color HEX #14259A Egyptian Blue

📋 copy color: '#14259A'

red 20 ◦ green 37 ◦ blue 154

#14259A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Egyptian Blue #14259A

Tints of Egyptian Blue #14259A

RGB

 RED value IS 20 (8.2% from 255) = 9.48%

 GREEN value IS 37 (14.84% from 255) = 17.54%

 BLUE value IS 154 (60.55% from 255) = 72.99%

R = 9.48%
G = 17.54%
B = 72.99%

CMYK

 C value IS 0.87

 M value IS 0.76

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#14259A (or 0x14259A) is known color: Egyptian Blue. HEX triplet: 14, 25 and 9A. RGB value is (20,37,154). Sum of RGB (Red+Green+Blue) = 20+37+154=211 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.48% from 211); Green value is 37 (14.84% from 255 or 17.54% from 211); Blue value is 154 (60.55% from 255 or 72.99% from 211); Max value from RGB is 154 - color contains mainly: blue. Hex color #14259A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14259A is #EBDA65. Grayscale: #2C2C2C. Windows color (decimal): -15456870 or 10102036. OLE color: 10102036.

HSL color Cylindrical-coordinate representation of color #14259A: hue angle of 232.39º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14259A is Cyan = 0.87, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 20 37 154 -
CMYK 0.87 0.76 0 0.40
HSL 232.39º 0.77% 0.34% -
HSV(B) 232.39º 0.87% 0.6% -
XYZ 6.78 3.8 30.95 -
YUV 45.26 189.37 109.99 -
System Red Green Blue C M Y K H S L
Decimal 20 37 154 0.87 0.76 0 0.40 232.39 0.77 0.34
Hex 14 25 9A 57 4C 0 28 E8 4D 22
Octal 24 45 232 127 114 0 50 350 115 42
Binary 10100 100101 10011010 1010111 1001100 0 101000 11101000 1001101 100010

Color Harmonies of #14259A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14259A

Black with #14259A

Text Example


Text Example

White with #14259A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14259A; }

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

 H1.HeaderClassName
 {
   color: #14259A;
 }
 .AnyTagClassName
 {
   color: #14259A;
 }
</style>

background-color css

<style>
 a { background-color: #14259A; }

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

 div.DivClassName
 {
   background-color: #14259A;
 }
 .BgClassName
 {
   background-color: #14259A;
 }
</style>

border-color css

<style>
 span { border-color: #14259A; }

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

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