Html Css Color HEX #152DA1 Egyptian Blue

📋 copy color: '#152DA1'

red 21 ◦ green 45 ◦ blue 161

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

Shades of Egyptian Blue #152DA1

Tints of Egyptian Blue #152DA1

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.82%

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

R = 9.25%
G = 19.82%
B = 70.93%

CMYK

 C value IS 0.87

 M value IS 0.72

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#152DA1 (or 0x152DA1) is known color: Egyptian Blue. HEX triplet: 15, 2D and A1. RGB value is (21,45,161). Sum of RGB (Red+Green+Blue) = 21+45+161=227 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.25% from 227); Green value is 45 (17.97% from 255 or 19.82% from 227); Blue value is 161 (63.28% from 255 or 70.93% from 227); Max value from RGB is 161 - color contains mainly: blue. Hex color #152DA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152DA1 is #EAD25E. Grayscale: #323232. Windows color (decimal): -15389279 or 10562837. OLE color: 10562837.

HSL color Cylindrical-coordinate representation of color #152DA1: hue angle of 229.71º 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 #152DA1 is Cyan = 0.87, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 21 45 161 -
CMYK 0.87 0.72 0 0.37
HSL 229.71º 0.77% 0.36% -
HSV(B) 229.71º 0.87% 0.63% -
XYZ 7.68 4.61 34.2 -
YUV 51.05 190.05 106.57 -
System Red Green Blue C M Y K H S L
Decimal 21 45 161 0.87 0.72 0 0.37 229.71 0.77 0.36
Hex 15 2D A1 57 48 0 25 E6 4D 24
Octal 25 55 241 127 110 0 45 346 115 44
Binary 10101 101101 10100001 1010111 1001000 0 100101 11100110 1001101 100100

Color Harmonies of #152DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152DA1

Black with #152DA1

Text Example


Text Example

White with #152DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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