Html Css Color HEX #151AB4 Egyptian Blue

📋 copy color: '#151AB4'

red 21 ◦ green 26 ◦ blue 180

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

Shades of Egyptian Blue #151AB4

Tints of Egyptian Blue #151AB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 79.3%

R = 9.25%
G = 11.45%
B = 79.3%

CMYK

 C value IS 0.88

 M value IS 0.86

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#151AB4 (or 0x151AB4) is known color: Egyptian Blue. HEX triplet: 15, 1A and B4. RGB value is (21,26,180). Sum of RGB (Red+Green+Blue) = 21+26+180=227 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.25% from 227); Green value is 26 (10.55% from 255 or 11.45% from 227); Blue value is 180 (70.70% from 255 or 79.30% from 227); Max value from RGB is 180 - color contains mainly: blue. Hex color #151AB4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #151AB4 is #EAE54B. Grayscale: #292929. Windows color (decimal): -15394124 or 11803157. OLE color: 11803157.

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

Color convert

RGB 21 26 180 -
CMYK 0.88 0.86 0 0.29
HSL 238.11º 0.79% 0.39% -
HSV(B) 238.11º 0.88% 0.71% -
XYZ 8.92 4.19 43.52 -
YUV 42.06 205.84 112.98 -
System Red Green Blue C M Y K H S L
Decimal 21 26 180 0.88 0.86 0 0.29 238.11 0.79 0.39
Hex 15 1A B4 58 56 0 1D EE 4F 27
Octal 25 32 264 130 126 0 35 356 117 47
Binary 10101 11010 10110100 1011000 1010110 0 11101 11101110 1001111 100111

Color Harmonies of #151AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151AB4

Black with #151AB4

Text Example


Text Example

White with #151AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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