Html Css Color HEX #14259D Egyptian Blue

📋 copy color: '#14259D'

red 20 ◦ green 37 ◦ blue 157

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

Shades of Egyptian Blue #14259D

Tints of Egyptian Blue #14259D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 73.36%

R = 9.35%
G = 17.29%
B = 73.36%

CMYK

 C value IS 0.87

 M value IS 0.76

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#14259D (or 0x14259D) is known color: Egyptian Blue. HEX triplet: 14, 25 and 9D. RGB value is (20,37,157). Sum of RGB (Red+Green+Blue) = 20+37+157=214 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.35% from 214); Green value is 37 (14.84% from 255 or 17.29% from 214); Blue value is 157 (61.72% from 255 or 73.36% from 214); Max value from RGB is 157 - color contains mainly: blue. Hex color #14259D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14259D is #EBDA62. Grayscale: #2D2D2D. Windows color (decimal): -15456867 or 10298644. OLE color: 10298644.

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

Color convert

RGB 20 37 157 -
CMYK 0.87 0.76 0 0.38
HSL 232.55º 0.77% 0.35% -
HSV(B) 232.55º 0.87% 0.62% -
XYZ 7.04 3.91 32.28 -
YUV 45.6 190.87 109.74 -
System Red Green Blue C M Y K H S L
Decimal 20 37 157 0.87 0.76 0 0.38 232.55 0.77 0.35
Hex 14 25 9D 57 4C 0 26 E9 4D 23
Octal 24 45 235 127 114 0 46 351 115 43
Binary 10100 100101 10011101 1010111 1001100 0 100110 11101001 1001101 100011

Color Harmonies of #14259D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14259D

Black with #14259D

Text Example


Text Example

White with #14259D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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