#151FA6

Color #151FA6 Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #151FA6

Tints of Egyptian Blue #151FA6

Color information

#151FA6 (or 0x151FA6) is unknown color: approx 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

RGB2131166-
CMYK0.870.8100.35
HSL235.86º77.54%36.67%-
HSV(B)235.86º87.35%65.1%-
XYZ7.683.8936.42-
YUV43.4197.19112.02-

RGB Variations

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

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 (Cyan) values IS 0.87
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal21311660.870.8100.35235.8677.5436.67
Hex151FA65751023ec4e25
Octal253724612712104335411645
Binary101011111110100110101011110100010100011111011001001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>