Html Css Color HEX #14239B Egyptian Blue

📋 copy color: '#14239B'

red 20 ◦ green 35 ◦ blue 155

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

Shades of Egyptian Blue #14239B

Tints of Egyptian Blue #14239B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.67%

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

R = 9.52%
G = 16.67%
B = 73.81%

CMYK

 C value IS 0.87

 M value IS 0.77

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#14239B (or 0x14239B) is known color: Egyptian Blue. HEX triplet: 14, 23 and 9B. RGB value is (20,35,155). Sum of RGB (Red+Green+Blue) = 20+35+155=210 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.52% from 210); Green value is 35 (14.06% from 255 or 16.67% from 210); Blue value is 155 (60.94% from 255 or 73.81% from 210); Max value from RGB is 155 - color contains mainly: blue. Hex color #14239B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14239B is #EBDC64. Grayscale: #2B2B2B. Windows color (decimal): -15457381 or 10167060. OLE color: 10167060.

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

Color convert

RGB 20 35 155 -
CMYK 0.87 0.77 0 0.39
HSL 233.33º 0.77% 0.34% -
HSV(B) 233.33º 0.87% 0.61% -
XYZ 6.81 3.72 31.37 -
YUV 44.2 190.53 110.74 -
System Red Green Blue C M Y K H S L
Decimal 20 35 155 0.87 0.77 0 0.39 233.33 0.77 0.34
Hex 14 23 9B 57 4D 0 27 E9 4D 22
Octal 24 43 233 127 115 0 47 351 115 42
Binary 10100 100011 10011011 1010111 1001101 0 100111 11101001 1001101 100010

Color Harmonies of #14239B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14239B

Black with #14239B

Text Example


Text Example

White with #14239B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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