Html Css Color HEX #151AAC Egyptian Blue

📋 copy color: '#151AAC'

red 21 ◦ green 26 ◦ blue 172

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

Shades of Egyptian Blue #151AAC

Tints of Egyptian Blue #151AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 78.54%

R = 9.59%
G = 11.87%
B = 78.54%

CMYK

 C value IS 0.88

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#151AAC (or 0x151AAC) is known color: Egyptian Blue. HEX triplet: 15, 1A and AC. RGB value is (21,26,172). Sum of RGB (Red+Green+Blue) = 21+26+172=219 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.59% from 219); Green value is 26 (10.55% from 255 or 11.87% from 219); Blue value is 172 (67.58% from 255 or 78.54% from 219); Max value from RGB is 172 - color contains mainly: blue. Hex color #151AAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #151AAC is #EAE553. Grayscale: #282828. Windows color (decimal): -15394132 or 11278869. OLE color: 11278869.

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

Color convert

RGB 21 26 172 -
CMYK 0.88 0.85 0 0.33
HSL 238.01º 0.78% 0.38% -
HSV(B) 238.01º 0.88% 0.67% -
XYZ 8.13 3.88 39.35 -
YUV 41.15 201.84 113.63 -
System Red Green Blue C M Y K H S L
Decimal 21 26 172 0.88 0.85 0 0.33 238.01 0.78 0.38
Hex 15 1A AC 58 55 0 21 EE 4E 26
Octal 25 32 254 130 125 0 41 356 116 46
Binary 10101 11010 10101100 1011000 1010101 0 100001 11101110 1001110 100110

Color Harmonies of #151AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151AAC

Black with #151AAC

Text Example


Text Example

White with #151AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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