Html Css Color HEX #1530B1 Egyptian Blue

📋 copy color: '#1530B1'

red 21 ◦ green 48 ◦ blue 177

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

Shades of Egyptian Blue #1530B1

Tints of Egyptian Blue #1530B1

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.51%

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

R = 8.54%
G = 19.51%
B = 71.95%

CMYK

 C value IS 0.88

 M value IS 0.73

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1530B1 (or 0x1530B1) is known color: Egyptian Blue. HEX triplet: 15, 30 and B1. RGB value is (21,48,177). Sum of RGB (Red+Green+Blue) = 21+48+177=246 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.54% from 246); Green value is 48 (19.14% from 255 or 19.51% from 246); Blue value is 177 (69.53% from 255 or 71.95% from 246); Max value from RGB is 177 - color contains mainly: blue. Hex color #1530B1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1530B1 is #EACF4E. Grayscale: #363636. Windows color (decimal): -15388495 or 11612181. OLE color: 11612181.

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

Color convert

RGB 21 48 177 -
CMYK 0.88 0.73 0 0.31
HSL 229.62º 0.79% 0.39% -
HSV(B) 229.62º 0.88% 0.69% -
XYZ 9.3 5.45 42.16 -
YUV 54.63 197.05 104.01 -
System Red Green Blue C M Y K H S L
Decimal 21 48 177 0.88 0.73 0 0.31 229.62 0.79 0.39
Hex 15 30 B1 58 49 0 1F E6 4F 27
Octal 25 60 261 130 111 0 37 346 117 47
Binary 10101 110000 10110001 1011000 1001001 0 11111 11100110 1001111 100111

Color Harmonies of #1530B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1530B1

Black with #1530B1

Text Example


Text Example

White with #1530B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1530B1; }

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

 H1.HeaderClassName
 {
   color: #1530B1;
 }
 .AnyTagClassName
 {
   color: #1530B1;
 }
</style>

background-color css

<style>
 a { background-color: #1530B1; }

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

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

border-color css

<style>
 span { border-color: #1530B1; }

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

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