Html Css Color HEX #141DAF Egyptian Blue

📋 copy color: '#141DAF'

red 20 ◦ green 29 ◦ blue 175

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

Shades of Egyptian Blue #141DAF

Tints of Egyptian Blue #141DAF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.95%

 BLUE value IS 175 (68.75% from 255) = 78.13%

R = 8.93%
G = 12.95%
B = 78.13%

CMYK

 C value IS 0.89

 M value IS 0.83

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#141DAF (or 0x141DAF) is known color: Egyptian Blue. HEX triplet: 14, 1D and AF. RGB value is (20,29,175). Sum of RGB (Red+Green+Blue) = 20+29+175=224 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.93% from 224); Green value is 29 (11.72% from 255 or 12.95% from 224); Blue value is 175 (68.75% from 255 or 78.12% from 224); Max value from RGB is 175 - color contains mainly: blue. Hex color #141DAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #141DAF is #EBE250. Grayscale: #2A2A2A. Windows color (decimal): -15458897 or 11476244. OLE color: 11476244.

HSL color Cylindrical-coordinate representation of color #141DAF: hue angle of 236.52º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #141DAF is Cyan = 0.89, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 20 29 175 -
CMYK 0.89 0.83 0 0.31
HSL 236.52º 0.79% 0.38% -
HSV(B) 236.52º 0.89% 0.69% -
XYZ 8.47 4.12 40.91 -
YUV 42.95 202.52 111.63 -
System Red Green Blue C M Y K H S L
Decimal 20 29 175 0.89 0.83 0 0.31 236.52 0.79 0.38
Hex 14 1D AF 59 53 0 1F ED 4F 26
Octal 24 35 257 131 123 0 37 355 117 46
Binary 10100 11101 10101111 1011001 1010011 0 11111 11101101 1001111 100110

Color Harmonies of #141DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141DAF

Black with #141DAF

Text Example


Text Example

White with #141DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141DAF; }

 p { color: rgb(20,29,175); }

 H1.HeaderClassName
 {
   color: #141DAF;
 }
 .AnyTagClassName
 {
   color: #141DAF;
 }
</style>

background-color css

<style>
 a { background-color: #141DAF; }

 a { background-color: rgb(20,29,175); }

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

border-color css

<style>
 span { border-color: #141DAF; }

 span { border-color: rgb(20,29,175); }

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