Html Css Color HEX #152DAB Egyptian Blue

📋 copy color: '#152DAB'

red 21 ◦ green 45 ◦ blue 171

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

Shades of Egyptian Blue #152DAB

Tints of Egyptian Blue #152DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 72.15%

R = 8.86%
G = 18.99%
B = 72.15%

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

#152DAB (or 0x152DAB) is known color: Egyptian Blue. HEX triplet: 15, 2D and AB. RGB value is (21,45,171). Sum of RGB (Red+Green+Blue) = 21+45+171=237 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.86% from 237); Green value is 45 (17.97% from 255 or 18.99% from 237); Blue value is 171 (67.19% from 255 or 72.15% from 237); Max value from RGB is 171 - color contains mainly: blue. Hex color #152DAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152DAB is #EAD254. Grayscale: #333333. Windows color (decimal): -15389269 or 11218197. OLE color: 11218197.

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

Color convert

RGB 21 45 171 -
CMYK 0.88 0.74 0 0.33
HSL 230.4º 0.78% 0.38% -
HSV(B) 230.4º 0.88% 0.67% -
XYZ 8.6 4.98 39.04 -
YUV 52.19 195.05 105.75 -
System Red Green Blue C M Y K H S L
Decimal 21 45 171 0.88 0.74 0 0.33 230.4 0.78 0.38
Hex 15 2D AB 58 4A 0 21 E6 4E 26
Octal 25 55 253 130 112 0 41 346 116 46
Binary 10101 101101 10101011 1011000 1001010 0 100001 11100110 1001110 100110

Color Harmonies of #152DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152DAB

Black with #152DAB

Text Example


Text Example

White with #152DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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