Html Css Color HEX #1536AF Egyptian Blue

📋 copy color: '#1536AF'

red 21 ◦ green 54 ◦ blue 175

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

Shades of Egyptian Blue #1536AF

Tints of Egyptian Blue #1536AF

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.6%

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

R = 8.4%
G = 21.6%
B = 70%

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

#1536AF (or 0x1536AF) is known color: Egyptian Blue. HEX triplet: 15, 36 and AF. RGB value is (21,54,175). Sum of RGB (Red+Green+Blue) = 21+54+175=250 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.4% from 250); Green value is 54 (21.48% from 255 or 21.6% from 250); Blue value is 175 (68.75% from 255 or 70% from 250); Max value from RGB is 175 - color contains mainly: blue. Hex color #1536AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1536AF is #EAC950. Grayscale: #393939. Windows color (decimal): -15386961 or 11482645. OLE color: 11482645.

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

Color convert

RGB 21 54 175 -
CMYK 0.88 0.69 0 0.31
HSL 227.14º 0.79% 0.38% -
HSV(B) 227.14º 0.88% 0.69% -
XYZ 9.37 5.89 41.2 -
YUV 57.93 194.07 101.66 -
System Red Green Blue C M Y K H S L
Decimal 21 54 175 0.88 0.69 0 0.31 227.14 0.79 0.38
Hex 15 36 AF 58 45 0 1F E3 4F 26
Octal 25 66 257 130 105 0 37 343 117 46
Binary 10101 110110 10101111 1011000 1000101 0 11111 11100011 1001111 100110

Color Harmonies of #1536AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1536AF

Black with #1536AF

Text Example


Text Example

White with #1536AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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