Html Css Color HEX #152DB1 Egyptian Blue

📋 copy color: '#152DB1'

red 21 ◦ green 45 ◦ blue 177

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

Shades of Egyptian Blue #152DB1

Tints of Egyptian Blue #152DB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 72.84%

R = 8.64%
G = 18.52%
B = 72.84%

CMYK

 C value IS 0.88

 M value IS 0.75

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#152DB1 (or 0x152DB1) is known color: Egyptian Blue. HEX triplet: 15, 2D and B1. RGB value is (21,45,177). Sum of RGB (Red+Green+Blue) = 21+45+177=243 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.64% from 243); Green value is 45 (17.97% from 255 or 18.52% from 243); Blue value is 177 (69.53% from 255 or 72.84% from 243); Max value from RGB is 177 - color contains mainly: blue. Hex color #152DB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152DB1 is #EAD24E. Grayscale: #343434. Windows color (decimal): -15389263 or 11611413. OLE color: 11611413.

HSL color Cylindrical-coordinate representation of color #152DB1: hue angle of 230.77º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #152DB1 is Cyan = 0.88, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 21 45 177 -
CMYK 0.88 0.75 0 0.31
HSL 230.77º 0.79% 0.39% -
HSV(B) 230.77º 0.88% 0.69% -
XYZ 9.18 5.21 42.12 -
YUV 52.87 198.05 105.27 -
System Red Green Blue C M Y K H S L
Decimal 21 45 177 0.88 0.75 0 0.31 230.77 0.79 0.39
Hex 15 2D B1 58 4B 0 1F E7 4F 27
Octal 25 55 261 130 113 0 37 347 117 47
Binary 10101 101101 10110001 1011000 1001011 0 11111 11100111 1001111 100111

Color Harmonies of #152DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152DB1

Black with #152DB1

Text Example


Text Example

White with #152DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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