Html Css Color HEX #152EAC Egyptian Blue

📋 copy color: '#152EAC'

red 21 ◦ green 46 ◦ blue 172

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

Shades of Egyptian Blue #152EAC

Tints of Egyptian Blue #152EAC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 19.25%

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

R = 8.79%
G = 19.25%
B = 71.97%

CMYK

 C value IS 0.88

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#152EAC (or 0x152EAC) is known color: Egyptian Blue. HEX triplet: 15, 2E and AC. RGB value is (21,46,172). Sum of RGB (Red+Green+Blue) = 21+46+172=239 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.79% from 239); Green value is 46 (18.36% from 255 or 19.25% from 239); Blue value is 172 (67.58% from 255 or 71.97% from 239); Max value from RGB is 172 - color contains mainly: blue. Hex color #152EAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152EAC is #EAD153. Grayscale: #343434. Windows color (decimal): -15389012 or 11283989. OLE color: 11283989.

HSL color Cylindrical-coordinate representation of color #152EAC: hue angle of 230.07º 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 #152EAC is Cyan = 0.88, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 21 46 172 -
CMYK 0.88 0.73 0 0.33
HSL 230.07º 0.78% 0.38% -
HSV(B) 230.07º 0.88% 0.67% -
XYZ 8.73 5.09 39.55 -
YUV 52.89 195.22 105.25 -
System Red Green Blue C M Y K H S L
Decimal 21 46 172 0.88 0.73 0 0.33 230.07 0.78 0.38
Hex 15 2E AC 58 49 0 21 E6 4E 26
Octal 25 56 254 130 111 0 41 346 116 46
Binary 10101 101110 10101100 1011000 1001001 0 100001 11100110 1001110 100110

Color Harmonies of #152EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152EAC

Black with #152EAC

Text Example


Text Example

White with #152EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152EAC; }

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

 H1.HeaderClassName
 {
   color: #152EAC;
 }
 .AnyTagClassName
 {
   color: #152EAC;
 }
</style>

background-color css

<style>
 a { background-color: #152EAC; }

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

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

border-color css

<style>
 span { border-color: #152EAC; }

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

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