Html Css Color HEX #14279C Egyptian Blue

📋 copy color: '#14279C'

red 20 ◦ green 39 ◦ blue 156

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

Shades of Egyptian Blue #14279C

Tints of Egyptian Blue #14279C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.14%

 BLUE value IS 156 (61.33% from 255) = 72.56%

R = 9.3%
G = 18.14%
B = 72.56%

CMYK

 C value IS 0.87

 M value IS 0.75

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#14279C (or 0x14279C) is known color: Egyptian Blue. HEX triplet: 14, 27 and 9C. RGB value is (20,39,156). Sum of RGB (Red+Green+Blue) = 20+39+156=215 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.30% from 215); Green value is 39 (15.62% from 255 or 18.14% from 215); Blue value is 156 (61.33% from 255 or 72.56% from 215); Max value from RGB is 156 - color contains mainly: blue. Hex color #14279C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14279C is #EBD863. Grayscale: #2E2E2E. Windows color (decimal): -15456356 or 10233620. OLE color: 10233620.

HSL color Cylindrical-coordinate representation of color #14279C: hue angle of 231.62º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14279C is Cyan = 0.87, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 20 39 156 -
CMYK 0.87 0.75 0 0.39
HSL 231.62º 0.77% 0.35% -
HSV(B) 231.62º 0.87% 0.61% -
XYZ 7.01 4 31.85 -
YUV 46.66 189.71 108.99 -
System Red Green Blue C M Y K H S L
Decimal 20 39 156 0.87 0.75 0 0.39 231.62 0.77 0.35
Hex 14 27 9C 57 4B 0 27 E8 4D 23
Octal 24 47 234 127 113 0 47 350 115 43
Binary 10100 100111 10011100 1010111 1001011 0 100111 11101000 1001101 100011

Color Harmonies of #14279C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14279C

Black with #14279C

Text Example


Text Example

White with #14279C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,39,156); }

 H1.HeaderClassName
 {
   color: #14279C;
 }
 .AnyTagClassName
 {
   color: #14279C;
 }
</style>

background-color css

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

 a { background-color: rgb(20,39,156); }

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

border-color css

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

 span { border-color: rgb(20,39,156); }

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