Html Css Color HEX #152FAB Egyptian Blue

📋 copy color: '#152FAB'

red 21 ◦ green 47 ◦ blue 171

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

Shades of Egyptian Blue #152FAB

Tints of Egyptian Blue #152FAB

RGB

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

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

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

R = 8.79%
G = 19.67%
B = 71.55%

CMYK

 C value IS 0.88

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#152FAB (or 0x152FAB) is known color: Egyptian Blue. HEX triplet: 15, 2F and AB. RGB value is (21,47,171). Sum of RGB (Red+Green+Blue) = 21+47+171=239 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.79% from 239); Green value is 47 (18.75% from 255 or 19.67% from 239); Blue value is 171 (67.19% from 255 or 71.55% from 239); Max value from RGB is 171 - color contains mainly: blue. Hex color #152FAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152FAB is #EAD054. Grayscale: #343434. Windows color (decimal): -15388757 or 11218709. OLE color: 11218709.

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

Color convert

RGB 21 47 171 -
CMYK 0.88 0.73 0 0.33
HSL 229.6º 0.78% 0.38% -
HSV(B) 229.6º 0.88% 0.67% -
XYZ 8.68 5.13 39.06 -
YUV 53.36 194.39 104.92 -
System Red Green Blue C M Y K H S L
Decimal 21 47 171 0.88 0.73 0 0.33 229.6 0.78 0.38
Hex 15 2F AB 58 49 0 21 E6 4E 26
Octal 25 57 253 130 111 0 41 346 116 46
Binary 10101 101111 10101011 1011000 1001001 0 100001 11100110 1001110 100110

Color Harmonies of #152FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152FAB

Black with #152FAB

Text Example


Text Example

White with #152FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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