Html Css Color HEX #151AAE Egyptian Blue

📋 copy color: '#151AAE'

red 21 ◦ green 26 ◦ blue 174

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

Shades of Egyptian Blue #151AAE

Tints of Egyptian Blue #151AAE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.76%

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

R = 9.5%
G = 11.76%
B = 78.73%

CMYK

 C value IS 0.88

 M value IS 0.85

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#151AAE (or 0x151AAE) is known color: Egyptian Blue. HEX triplet: 15, 1A and AE. RGB value is (21,26,174). Sum of RGB (Red+Green+Blue) = 21+26+174=221 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.50% from 221); Green value is 26 (10.55% from 255 or 11.76% from 221); Blue value is 174 (68.36% from 255 or 78.73% from 221); Max value from RGB is 174 - color contains mainly: blue. Hex color #151AAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #151AAE is #EAE551. Grayscale: #282828. Windows color (decimal): -15394130 or 11409941. OLE color: 11409941.

HSL color Cylindrical-coordinate representation of color #151AAE: hue angle of 238.04º 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 #151AAE is Cyan = 0.88, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 21 26 174 -
CMYK 0.88 0.85 0 0.32
HSL 238.04º 0.78% 0.38% -
HSV(B) 238.04º 0.88% 0.68% -
XYZ 8.32 3.95 40.37 -
YUV 41.38 202.84 113.47 -
System Red Green Blue C M Y K H S L
Decimal 21 26 174 0.88 0.85 0 0.32 238.04 0.78 0.38
Hex 15 1A AE 58 55 0 20 EE 4E 26
Octal 25 32 256 130 125 0 40 356 116 46
Binary 10101 11010 10101110 1011000 1010101 0 100000 11101110 1001110 100110

Color Harmonies of #151AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151AAE

Black with #151AAE

Text Example


Text Example

White with #151AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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