Html Css Color HEX #1545AF Egyptian Blue

📋 copy color: '#1545AF'

red 21 ◦ green 69 ◦ blue 175

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

Shades of Egyptian Blue #1545AF

Tints of Egyptian Blue #1545AF

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.04%

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

R = 7.92%
G = 26.04%
B = 66.04%

CMYK

 C value IS 0.88

 M value IS 0.61

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1545AF (or 0x1545AF) is known color: Egyptian Blue. HEX triplet: 15, 45 and AF. RGB value is (21,69,175). Sum of RGB (Red+Green+Blue) = 21+69+175=265 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.92% from 265); Green value is 69 (27.34% from 255 or 26.04% from 265); Blue value is 175 (68.75% from 255 or 66.04% from 265); Max value from RGB is 175 - color contains mainly: blue. Hex color #1545AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1545AF is #EABA50. Grayscale: #424242. Windows color (decimal): -15383121 or 11486485. OLE color: 11486485.

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

Color convert

RGB 21 69 175 -
CMYK 0.88 0.61 0 0.31
HSL 221.3º 0.79% 0.38% -
HSV(B) 221.3º 0.88% 0.69% -
XYZ 10.18 7.51 41.47 -
YUV 66.73 189.1 95.38 -
System Red Green Blue C M Y K H S L
Decimal 21 69 175 0.88 0.61 0 0.31 221.3 0.79 0.38
Hex 15 45 AF 58 3D 0 1F DD 4F 26
Octal 25 105 257 130 75 0 37 335 117 46
Binary 10101 1000101 10101111 1011000 111101 0 11111 11011101 1001111 100110

Color Harmonies of #1545AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1545AF

Black with #1545AF

Text Example


Text Example

White with #1545AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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