Html Css Color HEX #152BA1 Egyptian Blue

📋 copy color: '#152BA1'

red 21 ◦ green 43 ◦ blue 161

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

Shades of Egyptian Blue #152BA1

Tints of Egyptian Blue #152BA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 71.56%

R = 9.33%
G = 19.11%
B = 71.56%

CMYK

 C value IS 0.87

 M value IS 0.73

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#152BA1 (or 0x152BA1) is known color: Egyptian Blue. HEX triplet: 15, 2B and A1. RGB value is (21,43,161). Sum of RGB (Red+Green+Blue) = 21+43+161=225 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.33% from 225); Green value is 43 (17.19% from 255 or 19.11% from 225); Blue value is 161 (63.28% from 255 or 71.56% from 225); Max value from RGB is 161 - color contains mainly: blue. Hex color #152BA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152BA1 is #EAD45E. Grayscale: #313131. Windows color (decimal): -15389791 or 10562325. OLE color: 10562325.

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

Color convert

RGB 21 43 161 -
CMYK 0.87 0.73 0 0.37
HSL 230.57º 0.77% 0.36% -
HSV(B) 230.57º 0.87% 0.63% -
XYZ 7.61 4.46 34.18 -
YUV 49.87 190.71 107.41 -
System Red Green Blue C M Y K H S L
Decimal 21 43 161 0.87 0.73 0 0.37 230.57 0.77 0.36
Hex 15 2B A1 57 49 0 25 E7 4D 24
Octal 25 53 241 127 111 0 45 347 115 44
Binary 10101 101011 10100001 1010111 1001001 0 100101 11100111 1001101 100100

Color Harmonies of #152BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152BA1

Black with #152BA1

Text Example


Text Example

White with #152BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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