Html Css Color HEX #1541B0 Egyptian Blue

📋 copy color: '#1541B0'

red 21 ◦ green 65 ◦ blue 176

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

Shades of Egyptian Blue #1541B0

Tints of Egyptian Blue #1541B0

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.81%

 BLUE value IS 176 (69.14% from 255) = 67.18%

R = 8.02%
G = 24.81%
B = 67.18%

CMYK

 C value IS 0.88

 M value IS 0.63

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1541B0 (or 0x1541B0) is known color: Egyptian Blue. HEX triplet: 15, 41 and B0. RGB value is (21,65,176). Sum of RGB (Red+Green+Blue) = 21+65+176=262 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.02% from 262); Green value is 65 (25.78% from 255 or 24.81% from 262); Blue value is 176 (69.14% from 255 or 67.18% from 262); Max value from RGB is 176 - color contains mainly: blue. Hex color #1541B0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1541B0 is #EABE4F. Grayscale: #404040. Windows color (decimal): -15384144 or 11550997. OLE color: 11550997.

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

Color convert

RGB 21 65 176 -
CMYK 0.88 0.63 0 0.31
HSL 222.97º 0.79% 0.39% -
HSV(B) 222.97º 0.88% 0.69% -
XYZ 10.04 7.07 41.91 -
YUV 64.5 190.92 96.97 -
System Red Green Blue C M Y K H S L
Decimal 21 65 176 0.88 0.63 0 0.31 222.97 0.79 0.39
Hex 15 41 B0 58 3F 0 1F DF 4F 27
Octal 25 101 260 130 77 0 37 337 117 47
Binary 10101 1000001 10110000 1011000 111111 0 11111 11011111 1001111 100111

Color Harmonies of #1541B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1541B0

Black with #1541B0

Text Example


Text Example

White with #1541B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1541B0; }

 p { color: rgb(21,65,176); }

 H1.HeaderClassName
 {
   color: #1541B0;
 }
 .AnyTagClassName
 {
   color: #1541B0;
 }
</style>

background-color css

<style>
 a { background-color: #1541B0; }

 a { background-color: rgb(21,65,176); }

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

border-color css

<style>
 span { border-color: #1541B0; }

 span { border-color: rgb(21,65,176); }

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