Html Css Color HEX #151DAE Egyptian Blue

📋 copy color: '#151DAE'

red 21 ◦ green 29 ◦ blue 174

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

Shades of Egyptian Blue #151DAE

Tints of Egyptian Blue #151DAE

RGB

 RED value IS 21 (8.59% from 255) = 9.38%

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

 BLUE value IS 174 (68.36% from 255) = 77.68%

R = 9.38%
G = 12.95%
B = 77.68%

CMYK

 C value IS 0.88

 M value IS 0.83

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#151DAE (or 0x151DAE) is known color: Egyptian Blue. HEX triplet: 15, 1D and AE. RGB value is (21,29,174). Sum of RGB (Red+Green+Blue) = 21+29+174=224 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.38% from 224); Green value is 29 (11.72% from 255 or 12.95% from 224); Blue value is 174 (68.36% from 255 or 77.68% from 224); Max value from RGB is 174 - color contains mainly: blue. Hex color #151DAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #151DAE is #EAE251. Grayscale: #2A2A2A. Windows color (decimal): -15393362 or 11410709. OLE color: 11410709.

HSL color Cylindrical-coordinate representation of color #151DAE: hue angle of 236.86º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #151DAE is Cyan = 0.88, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 21 29 174 -
CMYK 0.88 0.83 0 0.32
HSL 236.86º 0.78% 0.38% -
HSV(B) 236.86º 0.88% 0.68% -
XYZ 8.39 4.09 40.39 -
YUV 43.14 201.85 112.21 -
System Red Green Blue C M Y K H S L
Decimal 21 29 174 0.88 0.83 0 0.32 236.86 0.78 0.38
Hex 15 1D AE 58 53 0 20 ED 4E 26
Octal 25 35 256 130 123 0 40 355 116 46
Binary 10101 11101 10101110 1011000 1010011 0 100000 11101101 1001110 100110

Color Harmonies of #151DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151DAE

Black with #151DAE

Text Example


Text Example

White with #151DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151DAE; }

 p { color: rgb(21,29,174); }

 H1.HeaderClassName
 {
   color: #151DAE;
 }
 .AnyTagClassName
 {
   color: #151DAE;
 }
</style>

background-color css

<style>
 a { background-color: #151DAE; }

 a { background-color: rgb(21,29,174); }

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

border-color css

<style>
 span { border-color: #151DAE; }

 span { border-color: rgb(21,29,174); }

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