Html Css Color HEX #14339C Egyptian Blue

📋 copy color: '#14339C'

red 20 ◦ green 51 ◦ blue 156

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

Shades of Egyptian Blue #14339C

Tints of Egyptian Blue #14339C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.47%

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

R = 8.81%
G = 22.47%
B = 68.72%

CMYK

 C value IS 0.87

 M value IS 0.67

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#14339C (or 0x14339C) is known color: Egyptian Blue. HEX triplet: 14, 33 and 9C. RGB value is (20,51,156). Sum of RGB (Red+Green+Blue) = 20+51+156=227 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.81% from 227); Green value is 51 (20.31% from 255 or 22.47% from 227); Blue value is 156 (61.33% from 255 or 68.72% from 227); Max value from RGB is 156 - color contains mainly: blue. Hex color #14339C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14339C is #EBCC63. Grayscale: #353535. Windows color (decimal): -15453284 or 10236692. OLE color: 10236692.

HSL color Cylindrical-coordinate representation of color #14339C: hue angle of 226.32º 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 #14339C is Cyan = 0.87, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 20 51 156 -
CMYK 0.87 0.67 0 0.39
HSL 226.32º 0.77% 0.35% -
HSV(B) 226.32º 0.87% 0.61% -
XYZ 7.47 4.92 32.01 -
YUV 53.7 185.73 103.96 -
System Red Green Blue C M Y K H S L
Decimal 20 51 156 0.87 0.67 0 0.39 226.32 0.77 0.35
Hex 14 33 9C 57 43 0 27 E2 4D 23
Octal 24 63 234 127 103 0 47 342 115 43
Binary 10100 110011 10011100 1010111 1000011 0 100111 11100010 1001101 100011

Color Harmonies of #14339C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14339C

Black with #14339C

Text Example


Text Example

White with #14339C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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