Html Css Color HEX #151FA1 Egyptian Blue

📋 copy color: '#151FA1'

red 21 ◦ green 31 ◦ blue 161

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

Shades of Egyptian Blue #151FA1

Tints of Egyptian Blue #151FA1

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.55%

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

R = 9.86%
G = 14.55%
B = 75.59%

CMYK

 C value IS 0.87

 M value IS 0.81

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#151FA1 (or 0x151FA1) is known color: Egyptian Blue. HEX triplet: 15, 1F and A1. RGB value is (21,31,161). Sum of RGB (Red+Green+Blue) = 21+31+161=213 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.86% from 213); Green value is 31 (12.5% from 255 or 14.55% from 213); Blue value is 161 (63.28% from 255 or 75.59% from 213); Max value from RGB is 161 - color contains mainly: blue. Hex color #151FA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #151FA1 is #EAE05E. Grayscale: #2A2A2A. Windows color (decimal): -15392863 or 10559253. OLE color: 10559253.

HSL color Cylindrical-coordinate representation of color #151FA1: hue angle of 235.71º 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 #151FA1 is Cyan = 0.87, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 21 31 161 -
CMYK 0.87 0.81 0 0.37
HSL 235.71º 0.77% 0.36% -
HSV(B) 235.71º 0.87% 0.63% -
XYZ 7.23 3.71 34.05 -
YUV 42.83 194.69 112.43 -
System Red Green Blue C M Y K H S L
Decimal 21 31 161 0.87 0.81 0 0.37 235.71 0.77 0.36
Hex 15 1F A1 57 51 0 25 EC 4D 24
Octal 25 37 241 127 121 0 45 354 115 44
Binary 10101 11111 10100001 1010111 1010001 0 100101 11101100 1001101 100100

Color Harmonies of #151FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151FA1

Black with #151FA1

Text Example


Text Example

White with #151FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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