Html Css Color HEX #151FA6 Egyptian Blue

📋 copy color: '#151FA6'

red 21 ◦ green 31 ◦ blue 166

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

Shades of Egyptian Blue #151FA6

Tints of Egyptian Blue #151FA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 76.15%

R = 9.63%
G = 14.22%
B = 76.15%

CMYK

 C value IS 0.87

 M value IS 0.81

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#151FA6 (or 0x151FA6) is known color: Egyptian Blue. HEX triplet: 15, 1F and A6. RGB value is (21,31,166). Sum of RGB (Red+Green+Blue) = 21+31+166=218 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.63% from 218); Green value is 31 (12.5% from 255 or 14.22% from 218); Blue value is 166 (65.23% from 255 or 76.15% from 218); Max value from RGB is 166 - color contains mainly: blue. Hex color #151FA6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #151FA6 is #EAE059. Grayscale: #2A2A2A. Windows color (decimal): -15392858 or 10886933. OLE color: 10886933.

HSL color Cylindrical-coordinate representation of color #151FA6: hue angle of 235.86º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #151FA6 is Cyan = 0.87, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 21 31 166 -
CMYK 0.87 0.81 0 0.35
HSL 235.86º 0.78% 0.37% -
HSV(B) 235.86º 0.87% 0.65% -
XYZ 7.68 3.89 36.42 -
YUV 43.4 197.19 112.02 -
System Red Green Blue C M Y K H S L
Decimal 21 31 166 0.87 0.81 0 0.35 235.86 0.78 0.37
Hex 15 1F A6 57 51 0 23 EC 4E 25
Octal 25 37 246 127 121 0 43 354 116 45
Binary 10101 11111 10100110 1010111 1010001 0 100011 11101100 1001110 100101

Color Harmonies of #151FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151FA6

Black with #151FA6

Text Example


Text Example

White with #151FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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