Html Css Color HEX #151BAE Egyptian Blue

📋 copy color: '#151BAE'

red 21 ◦ green 27 ◦ blue 174

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

Shades of Egyptian Blue #151BAE

Tints of Egyptian Blue #151BAE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.16%

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

R = 9.46%
G = 12.16%
B = 78.38%

CMYK

 C value IS 0.88

 M value IS 0.84

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#151BAE (or 0x151BAE) is known color: Egyptian Blue. HEX triplet: 15, 1B and AE. RGB value is (21,27,174). Sum of RGB (Red+Green+Blue) = 21+27+174=222 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.46% from 222); Green value is 27 (10.94% from 255 or 12.16% from 222); Blue value is 174 (68.36% from 255 or 78.38% from 222); Max value from RGB is 174 - color contains mainly: blue. Hex color #151BAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #151BAE is #EAE451. Grayscale: #292929. Windows color (decimal): -15393874 or 11410197. OLE color: 11410197.

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

Color convert

RGB 21 27 174 -
CMYK 0.88 0.84 0 0.32
HSL 237.65º 0.78% 0.38% -
HSV(B) 237.65º 0.88% 0.68% -
XYZ 8.34 4 40.38 -
YUV 41.96 202.51 113.05 -
System Red Green Blue C M Y K H S L
Decimal 21 27 174 0.88 0.84 0 0.32 237.65 0.78 0.38
Hex 15 1B AE 58 54 0 20 EE 4E 26
Octal 25 33 256 130 124 0 40 356 116 46
Binary 10101 11011 10101110 1011000 1010100 0 100000 11101110 1001110 100110

Color Harmonies of #151BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151BAE

Black with #151BAE

Text Example


Text Example

White with #151BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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