Html Css Color HEX #151FAE Egyptian Blue

📋 copy color: '#151FAE'

red 21 ◦ green 31 ◦ blue 174

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

Shades of Egyptian Blue #151FAE

Tints of Egyptian Blue #151FAE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.72%

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

R = 9.29%
G = 13.72%
B = 76.99%

CMYK

 C value IS 0.88

 M value IS 0.82

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#151FAE (or 0x151FAE) is known color: Egyptian Blue. HEX triplet: 15, 1F and AE. RGB value is (21,31,174). Sum of RGB (Red+Green+Blue) = 21+31+174=226 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.29% from 226); Green value is 31 (12.5% from 255 or 13.72% from 226); Blue value is 174 (68.36% from 255 or 76.99% from 226); Max value from RGB is 174 - color contains mainly: blue. Hex color #151FAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #151FAE is #EAE051. Grayscale: #2B2B2B. Windows color (decimal): -15392850 or 11411221. OLE color: 11411221.

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

Color convert

RGB 21 31 174 -
CMYK 0.88 0.82 0 0.32
HSL 236.08º 0.78% 0.38% -
HSV(B) 236.08º 0.88% 0.68% -
XYZ 8.44 4.2 40.41 -
YUV 44.31 201.19 111.37 -
System Red Green Blue C M Y K H S L
Decimal 21 31 174 0.88 0.82 0 0.32 236.08 0.78 0.38
Hex 15 1F AE 58 52 0 20 EC 4E 26
Octal 25 37 256 130 122 0 40 354 116 46
Binary 10101 11111 10101110 1011000 1010010 0 100000 11101100 1001110 100110

Color Harmonies of #151FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151FAE

Black with #151FAE

Text Example


Text Example

White with #151FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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