Html Css Color HEX #151FA0 Egyptian Blue

📋 copy color: '#151FA0'

red 21 ◦ green 31 ◦ blue 160

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

Shades of Egyptian Blue #151FA0

Tints of Egyptian Blue #151FA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 75.47%

R = 9.91%
G = 14.62%
B = 75.47%

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

#151FA0 (or 0x151FA0) is known color: Egyptian Blue. HEX triplet: 15, 1F and A0. RGB value is (21,31,160). Sum of RGB (Red+Green+Blue) = 21+31+160=212 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.91% from 212); Green value is 31 (12.5% from 255 or 14.62% from 212); Blue value is 160 (62.89% from 255 or 75.47% from 212); Max value from RGB is 160 - color contains mainly: blue. Hex color #151FA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #151FA0 is #EAE05F. Grayscale: #2A2A2A. Windows color (decimal): -15392864 or 10493717. OLE color: 10493717.

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

Color convert

RGB 21 31 160 -
CMYK 0.87 0.81 0 0.37
HSL 235.68º 0.77% 0.35% -
HSV(B) 235.68º 0.87% 0.63% -
XYZ 7.14 3.68 33.59 -
YUV 42.72 194.19 112.51 -
System Red Green Blue C M Y K H S L
Decimal 21 31 160 0.87 0.81 0 0.37 235.68 0.77 0.35
Hex 15 1F A0 57 51 0 25 EC 4D 23
Octal 25 37 240 127 121 0 45 354 115 43
Binary 10101 11111 10100000 1010111 1010001 0 100101 11101100 1001101 100011

Color Harmonies of #151FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151FA0

Black with #151FA0

Text Example


Text Example

White with #151FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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