Html Css Color HEX #14339B Egyptian Blue

📋 copy color: '#14339B'

red 20 ◦ green 51 ◦ blue 155

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

Shades of Egyptian Blue #14339B

Tints of Egyptian Blue #14339B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 68.58%

R = 8.85%
G = 22.57%
B = 68.58%

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

#14339B (or 0x14339B) is known color: Egyptian Blue. HEX triplet: 14, 33 and 9B. RGB value is (20,51,155). Sum of RGB (Red+Green+Blue) = 20+51+155=226 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.85% from 226); Green value is 51 (20.31% from 255 or 22.57% from 226); Blue value is 155 (60.94% from 255 or 68.58% from 226); Max value from RGB is 155 - color contains mainly: blue. Hex color #14339B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14339B is #EBCC64. Grayscale: #353535. Windows color (decimal): -15453285 or 10171156. OLE color: 10171156.

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

Color convert

RGB 20 51 155 -
CMYK 0.87 0.67 0 0.39
HSL 226.22º 0.77% 0.34% -
HSV(B) 226.22º 0.87% 0.61% -
XYZ 7.39 4.88 31.56 -
YUV 53.59 185.23 104.04 -
System Red Green Blue C M Y K H S L
Decimal 20 51 155 0.87 0.67 0 0.39 226.22 0.77 0.34
Hex 14 33 9B 57 43 0 27 E2 4D 22
Octal 24 63 233 127 103 0 47 342 115 42
Binary 10100 110011 10011011 1010111 1000011 0 100111 11100010 1001101 100010

Color Harmonies of #14339B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14339B

Black with #14339B

Text Example


Text Example

White with #14339B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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