Html Css Color HEX #14268B Egyptian Blue

📋 copy color: '#14268B'

red 20 ◦ green 38 ◦ blue 139

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

Shades of Egyptian Blue #14268B

Tints of Egyptian Blue #14268B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 19.29%

 BLUE value IS 139 (54.69% from 255) = 70.56%

R = 10.15%
G = 19.29%
B = 70.56%

CMYK

 C value IS 0.86

 M value IS 0.73

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#14268B (or 0x14268B) is known color: Egyptian Blue. HEX triplet: 14, 26 and 8B. RGB value is (20,38,139). Sum of RGB (Red+Green+Blue) = 20+38+139=197 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.15% from 197); Green value is 38 (15.23% from 255 or 19.29% from 197); Blue value is 139 (54.69% from 255 or 70.56% from 197); Max value from RGB is 139 - color contains mainly: blue. Hex color #14268B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14268B is #EBD974. Grayscale: #2B2B2B. Windows color (decimal): -15456629 or 9119252. OLE color: 9119252.

HSL color Cylindrical-coordinate representation of color #14268B: hue angle of 230.92º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14268B is Cyan = 0.86, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 20 38 139 -
CMYK 0.86 0.73 0 0.45
HSL 230.92º 0.75% 0.31% -
HSV(B) 230.92º 0.86% 0.55% -
XYZ 5.64 3.4 24.78 -
YUV 44.13 181.54 110.79 -
System Red Green Blue C M Y K H S L
Decimal 20 38 139 0.86 0.73 0 0.45 230.92 0.75 0.31
Hex 14 26 8B 56 49 0 2D E7 4B 1F
Octal 24 46 213 126 111 0 55 347 113 37
Binary 10100 100110 10001011 1010110 1001001 0 101101 11100111 1001011 11111

Color Harmonies of #14268B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14268B

Black with #14268B

Text Example


Text Example

White with #14268B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,38,139); }

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

background-color css

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

 a { background-color: rgb(20,38,139); }

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

border-color css

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

 span { border-color: rgb(20,38,139); }

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