Html Css Color HEX #153FA1 Egyptian Blue

📋 copy color: '#153FA1'

red 21 ◦ green 63 ◦ blue 161

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

Shades of Egyptian Blue #153FA1

Tints of Egyptian Blue #153FA1

RGB

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

 GREEN value IS 63 (25% from 255) = 25.71%

 BLUE value IS 161 (63.28% from 255) = 65.71%

R = 8.57%
G = 25.71%
B = 65.71%

CMYK

 C value IS 0.87

 M value IS 0.61

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#153FA1 (or 0x153FA1) is known color: Egyptian Blue. HEX triplet: 15, 3F and A1. RGB value is (21,63,161). Sum of RGB (Red+Green+Blue) = 21+63+161=245 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.57% from 245); Green value is 63 (25% from 255 or 25.71% from 245); Blue value is 161 (63.28% from 255 or 65.71% from 245); Max value from RGB is 161 - color contains mainly: blue. Hex color #153FA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153FA1 is #EAC05E. Grayscale: #3D3D3D. Windows color (decimal): -15384671 or 10567445. OLE color: 10567445.

HSL color Cylindrical-coordinate representation of color #153FA1: hue angle of 222º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #153FA1 is Cyan = 0.87, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 21 63 161 -
CMYK 0.87 0.61 0 0.37
HSL 222º 0.77% 0.36% -
HSV(B) 222º 0.87% 0.63% -
XYZ 8.52 6.29 34.48 -
YUV 61.61 184.09 99.03 -
System Red Green Blue C M Y K H S L
Decimal 21 63 161 0.87 0.61 0 0.37 222 0.77 0.36
Hex 15 3F A1 57 3D 0 25 DE 4D 24
Octal 25 77 241 127 75 0 45 336 115 44
Binary 10101 111111 10100001 1010111 111101 0 100101 11011110 1001101 100100

Color Harmonies of #153FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153FA1

Black with #153FA1

Text Example


Text Example

White with #153FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153FA1; }

 p { color: rgb(21,63,161); }

 H1.HeaderClassName
 {
   color: #153FA1;
 }
 .AnyTagClassName
 {
   color: #153FA1;
 }
</style>

background-color css

<style>
 a { background-color: #153FA1; }

 a { background-color: rgb(21,63,161); }

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

border-color css

<style>
 span { border-color: #153FA1; }

 span { border-color: rgb(21,63,161); }

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