Html Css Color HEX #152BAC Egyptian Blue

📋 copy color: '#152BAC'

red 21 ◦ green 43 ◦ blue 172

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

Shades of Egyptian Blue #152BAC

Tints of Egyptian Blue #152BAC

RGB

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

 GREEN value IS 43 (17.19% from 255) = 18.22%

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

R = 8.9%
G = 18.22%
B = 72.88%

CMYK

 C value IS 0.88

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#152BAC (or 0x152BAC) is known color: Egyptian Blue. HEX triplet: 15, 2B and AC. RGB value is (21,43,172). Sum of RGB (Red+Green+Blue) = 21+43+172=236 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.90% from 236); Green value is 43 (17.19% from 255 or 18.22% from 236); Blue value is 172 (67.58% from 255 or 72.88% from 236); Max value from RGB is 172 - color contains mainly: blue. Hex color #152BAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152BAC is #EAD453. Grayscale: #323232. Windows color (decimal): -15389780 or 11283221. OLE color: 11283221.

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

Color convert

RGB 21 43 172 -
CMYK 0.88 0.75 0 0.33
HSL 231.26º 0.78% 0.38% -
HSV(B) 231.26º 0.88% 0.67% -
XYZ 8.62 4.87 39.51 -
YUV 51.13 196.21 106.51 -
System Red Green Blue C M Y K H S L
Decimal 21 43 172 0.88 0.75 0 0.33 231.26 0.78 0.38
Hex 15 2B AC 58 4B 0 21 E7 4E 26
Octal 25 53 254 130 113 0 41 347 116 46
Binary 10101 101011 10101100 1011000 1001011 0 100001 11100111 1001110 100110

Color Harmonies of #152BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152BAC

Black with #152BAC

Text Example


Text Example

White with #152BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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