#1f2ba6

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

Shades of Egyptian Blue #1F2BA6

Tints of Egyptian Blue #1F2BA6

Color information

#1F2BA6 (or 0x1F2BA6) is unknown color: approx Egyptian Blue. HEX triplet: 1F, 2B and A6. RGB value is (31,43,166). Sum of RGB (Red+Green+Blue) = 31+43+166=240 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.92% from 240); Green value is 43 (17.19% from 255 or 17.92% from 240); Blue value is 166 (65.23% from 255 or 69.17% from 240); Max value from RGB is 166 - color contains mainly: blue. Hex color #1F2BA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F2BA6 is #E0D459. Grayscale: #343434. Windows color (decimal): -14734426 or 10890015. OLE color: 10890015.

HSL color Cylindrical-coordinate representation of color #1F2BA6: hue angle of 234.67º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F2BA6 is Cyan = 0.81, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB3143166-
CMYK0.810.7400.35
HSL234.67º68.53%38.63%-
HSV(B)234.67º81.33%65.1%-
XYZ8.314.7736.56-
YUV53.43191.52112-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.92%
GREEN value IS 43 (17.19% from 255) = 17.92%
BLUE value IS 166 (65.23% from 255) = 69.17%
R=12.92%
G=17.92%
B=69.17%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal31431660.810.7400.35234.6768.5338.63
Hex1F2BA6514A023eb4527
Octal375324612111204335310547
Binary1111110101110100110101000110010100100011111010111000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f2ba6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1f2ba6; }

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

 H1.HeaderClassName
 {
   color: #1f2ba6;
 }
 .AnyTagClassName
 {
   color: #1f2ba6;
 }
</style>
background-color css

<style>
 a { background-color: #1f2ba6; }

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

 div.DivClassName
 {
   background-color: #1f2ba6;
 }
 .BgClassName
 {
   background-color: #1f2ba6;
 }
</style>
border-color css

<style>
 span { border-color: #1f2ba6; }

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

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