Html Css Color HEX #152FA4 Egyptian Blue

📋 copy color: '#152FA4'

red 21 ◦ green 47 ◦ blue 164

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

Shades of Egyptian Blue #152FA4

Tints of Egyptian Blue #152FA4

RGB

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

 GREEN value IS 47 (18.75% from 255) = 20.26%

 BLUE value IS 164 (64.45% from 255) = 70.69%

R = 9.05%
G = 20.26%
B = 70.69%

CMYK

 C value IS 0.87

 M value IS 0.71

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#152FA4 (or 0x152FA4) is known color: Egyptian Blue. HEX triplet: 15, 2F and A4. RGB value is (21,47,164). Sum of RGB (Red+Green+Blue) = 21+47+164=232 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.05% from 232); Green value is 47 (18.75% from 255 or 20.26% from 232); Blue value is 164 (64.45% from 255 or 70.69% from 232); Max value from RGB is 164 - color contains mainly: blue. Hex color #152FA4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152FA4 is #EAD05B. Grayscale: #343434. Windows color (decimal): -15388764 or 10759957. OLE color: 10759957.

HSL color Cylindrical-coordinate representation of color #152FA4: hue angle of 229.09º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #152FA4 is Cyan = 0.87, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 21 47 164 -
CMYK 0.87 0.71 0 0.36
HSL 229.09º 0.77% 0.36% -
HSV(B) 229.09º 0.87% 0.64% -
XYZ 8.03 4.87 35.64 -
YUV 52.56 190.89 105.49 -
System Red Green Blue C M Y K H S L
Decimal 21 47 164 0.87 0.71 0 0.36 229.09 0.77 0.36
Hex 15 2F A4 57 47 0 24 E5 4D 24
Octal 25 57 244 127 107 0 44 345 115 44
Binary 10101 101111 10100100 1010111 1000111 0 100100 11100101 1001101 100100

Color Harmonies of #152FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152FA4

Black with #152FA4

Text Example


Text Example

White with #152FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,47,164); }

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

background-color css

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

 a { background-color: rgb(21,47,164); }

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

border-color css

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

 span { border-color: rgb(21,47,164); }

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