Html Css Color HEX #1537AF Egyptian Blue

📋 copy color: '#1537AF'

red 21 ◦ green 55 ◦ blue 175

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

Shades of Egyptian Blue #1537AF

Tints of Egyptian Blue #1537AF

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.91%

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

R = 8.37%
G = 21.91%
B = 69.72%

CMYK

 C value IS 0.88

 M value IS 0.69

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1537AF (or 0x1537AF) is known color: Egyptian Blue. HEX triplet: 15, 37 and AF. RGB value is (21,55,175). Sum of RGB (Red+Green+Blue) = 21+55+175=251 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.37% from 251); Green value is 55 (21.88% from 255 or 21.91% from 251); Blue value is 175 (68.75% from 255 or 69.72% from 251); Max value from RGB is 175 - color contains mainly: blue. Hex color #1537AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1537AF is #EAC850. Grayscale: #393939. Windows color (decimal): -15386705 or 11482901. OLE color: 11482901.

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

Color convert

RGB 21 55 175 -
CMYK 0.88 0.69 0 0.31
HSL 226.75º 0.79% 0.38% -
HSV(B) 226.75º 0.88% 0.69% -
XYZ 9.41 5.99 41.22 -
YUV 58.51 193.74 101.24 -
System Red Green Blue C M Y K H S L
Decimal 21 55 175 0.88 0.69 0 0.31 226.75 0.79 0.38
Hex 15 37 AF 58 45 0 1F E3 4F 26
Octal 25 67 257 130 105 0 37 343 117 46
Binary 10101 110111 10101111 1011000 1000101 0 11111 11100011 1001111 100110

Color Harmonies of #1537AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1537AF

Black with #1537AF

Text Example


Text Example

White with #1537AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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