Html Css Color HEX #1541AF Egyptian Blue

📋 copy color: '#1541AF'

red 21 ◦ green 65 ◦ blue 175

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

Shades of Egyptian Blue #1541AF

Tints of Egyptian Blue #1541AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 67.05%

R = 8.05%
G = 24.9%
B = 67.05%

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

#1541AF (or 0x1541AF) is known color: Egyptian Blue. HEX triplet: 15, 41 and AF. RGB value is (21,65,175). Sum of RGB (Red+Green+Blue) = 21+65+175=261 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.05% from 261); Green value is 65 (25.78% from 255 or 24.90% from 261); Blue value is 175 (68.75% from 255 or 67.05% from 261); Max value from RGB is 175 - color contains mainly: blue. Hex color #1541AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1541AF is #EABE50. Grayscale: #3F3F3F. Windows color (decimal): -15384145 or 11485461. OLE color: 11485461.

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

Color convert

RGB 21 65 175 -
CMYK 0.88 0.63 0 0.31
HSL 222.86º 0.79% 0.38% -
HSV(B) 222.86º 0.88% 0.69% -
XYZ 9.94 7.04 41.39 -
YUV 64.38 190.42 97.06 -
System Red Green Blue C M Y K H S L
Decimal 21 65 175 0.88 0.63 0 0.31 222.86 0.79 0.38
Hex 15 41 AF 58 3F 0 1F DF 4F 26
Octal 25 101 257 130 77 0 37 337 117 46
Binary 10101 1000001 10101111 1011000 111111 0 11111 11011111 1001111 100110

Color Harmonies of #1541AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1541AF

Black with #1541AF

Text Example


Text Example

White with #1541AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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