Html Css Color HEX #152DA3 Egyptian Blue

📋 copy color: '#152DA3'

red 21 ◦ green 45 ◦ blue 163

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

Shades of Egyptian Blue #152DA3

Tints of Egyptian Blue #152DA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 71.18%

R = 9.17%
G = 19.65%
B = 71.18%

CMYK

 C value IS 0.87

 M value IS 0.72

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#152DA3 (or 0x152DA3) is known color: Egyptian Blue. HEX triplet: 15, 2D and A3. RGB value is (21,45,163). Sum of RGB (Red+Green+Blue) = 21+45+163=229 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.17% from 229); Green value is 45 (17.97% from 255 or 19.65% from 229); Blue value is 163 (64.06% from 255 or 71.18% from 229); Max value from RGB is 163 - color contains mainly: blue. Hex color #152DA3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152DA3 is #EAD25C. Grayscale: #323232. Windows color (decimal): -15389277 or 10693909. OLE color: 10693909.

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

Color convert

RGB 21 45 163 -
CMYK 0.87 0.72 0 0.36
HSL 229.86º 0.77% 0.36% -
HSV(B) 229.86º 0.87% 0.64% -
XYZ 7.86 4.68 35.14 -
YUV 51.28 191.05 106.41 -
System Red Green Blue C M Y K H S L
Decimal 21 45 163 0.87 0.72 0 0.36 229.86 0.77 0.36
Hex 15 2D A3 57 48 0 24 E6 4D 24
Octal 25 55 243 127 110 0 44 346 115 44
Binary 10101 101101 10100011 1010111 1001000 0 100100 11100110 1001101 100100

Color Harmonies of #152DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152DA3

Black with #152DA3

Text Example


Text Example

White with #152DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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