Html Css Color HEX #151AB2 Egyptian Blue

📋 copy color: '#151AB2'

red 21 ◦ green 26 ◦ blue 178

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

Shades of Egyptian Blue #151AB2

Tints of Egyptian Blue #151AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 79.11%

R = 9.33%
G = 11.56%
B = 79.11%

CMYK

 C value IS 0.88

 M value IS 0.85

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#151AB2 (or 0x151AB2) is known color: Egyptian Blue. HEX triplet: 15, 1A and B2. RGB value is (21,26,178). Sum of RGB (Red+Green+Blue) = 21+26+178=225 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.33% from 225); Green value is 26 (10.55% from 255 or 11.56% from 225); Blue value is 178 (69.92% from 255 or 79.11% from 225); Max value from RGB is 178 - color contains mainly: blue. Hex color #151AB2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #151AB2 is #EAE54D. Grayscale: #292929. Windows color (decimal): -15394126 or 11672085. OLE color: 11672085.

HSL color Cylindrical-coordinate representation of color #151AB2: hue angle of 238.09º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #151AB2 is Cyan = 0.88, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 21 26 178 -
CMYK 0.88 0.85 0 0.30
HSL 238.09º 0.79% 0.39% -
HSV(B) 238.09º 0.88% 0.7% -
XYZ 8.71 4.11 42.45 -
YUV 41.83 204.84 113.14 -
System Red Green Blue C M Y K H S L
Decimal 21 26 178 0.88 0.85 0 0.30 238.09 0.79 0.39
Hex 15 1A B2 58 55 0 1E EE 4F 27
Octal 25 32 262 130 125 0 36 356 117 47
Binary 10101 11010 10110010 1011000 1010101 0 11110 11101110 1001111 100111

Color Harmonies of #151AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151AB2

Black with #151AB2

Text Example


Text Example

White with #151AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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