Html Css Color HEX #152BAB Egyptian Blue

📋 copy color: '#152BAB'

red 21 ◦ green 43 ◦ blue 171

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

Shades of Egyptian Blue #152BAB

Tints of Egyptian Blue #152BAB

RGB

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

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

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

R = 8.94%
G = 18.3%
B = 72.77%

CMYK

 C value IS 0.88

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#152BAB (or 0x152BAB) is known color: Egyptian Blue. HEX triplet: 15, 2B and AB. RGB value is (21,43,171). Sum of RGB (Red+Green+Blue) = 21+43+171=235 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.94% from 235); Green value is 43 (17.19% from 255 or 18.30% from 235); Blue value is 171 (67.19% from 255 or 72.77% from 235); Max value from RGB is 171 - color contains mainly: blue. Hex color #152BAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152BAB is #EAD454. Grayscale: #323232. Windows color (decimal): -15389781 or 11217685. OLE color: 11217685.

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

Color convert

RGB 21 43 171 -
CMYK 0.88 0.75 0 0.33
HSL 231.2º 0.78% 0.38% -
HSV(B) 231.2º 0.88% 0.67% -
XYZ 8.52 4.83 39.01 -
YUV 51.01 195.71 106.59 -
System Red Green Blue C M Y K H S L
Decimal 21 43 171 0.88 0.75 0 0.33 231.2 0.78 0.38
Hex 15 2B AB 58 4B 0 21 E7 4E 26
Octal 25 53 253 130 113 0 41 347 116 46
Binary 10101 101011 10101011 1011000 1001011 0 100001 11100111 1001110 100110

Color Harmonies of #152BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152BAB

Black with #152BAB

Text Example


Text Example

White with #152BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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