Html Css Color HEX #152CAC Egyptian Blue

📋 copy color: '#152CAC'

red 21 ◦ green 44 ◦ blue 172

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

Shades of Egyptian Blue #152CAC

Tints of Egyptian Blue #152CAC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.57%

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

R = 8.86%
G = 18.57%
B = 72.57%

CMYK

 C value IS 0.88

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#152CAC (or 0x152CAC) is known color: Egyptian Blue. HEX triplet: 15, 2C and AC. RGB value is (21,44,172). Sum of RGB (Red+Green+Blue) = 21+44+172=237 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.86% from 237); Green value is 44 (17.58% from 255 or 18.57% from 237); Blue value is 172 (67.58% from 255 or 72.57% from 237); Max value from RGB is 172 - color contains mainly: blue. Hex color #152CAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152CAC is #EAD353. Grayscale: #333333. Windows color (decimal): -15389524 or 11283477. OLE color: 11283477.

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

Color convert

RGB 21 44 172 -
CMYK 0.88 0.74 0 0.33
HSL 230.86º 0.78% 0.38% -
HSV(B) 230.86º 0.88% 0.67% -
XYZ 8.66 4.94 39.53 -
YUV 51.72 195.88 106.09 -
System Red Green Blue C M Y K H S L
Decimal 21 44 172 0.88 0.74 0 0.33 230.86 0.78 0.38
Hex 15 2C AC 58 4A 0 21 E7 4E 26
Octal 25 54 254 130 112 0 41 347 116 46
Binary 10101 101100 10101100 1011000 1001010 0 100001 11100111 1001110 100110

Color Harmonies of #152CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152CAC

Black with #152CAC

Text Example


Text Example

White with #152CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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