#1F2CA5

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

Shades of Egyptian Blue #1F2CA5

Tints of Egyptian Blue #1F2CA5

Color information

#1F2CA5 (or 0x1F2CA5) is unknown color: approx Egyptian Blue. HEX triplet: 1F, 2C and A5. RGB value is (31,44,165). Sum of RGB (Red+Green+Blue) = 31+44+165=240 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.92% from 240); Green value is 44 (17.58% from 255 or 18.33% from 240); Blue value is 165 (64.84% from 255 or 68.75% from 240); Max value from RGB is 165 - color contains mainly: blue. Hex color #1F2CA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F2CA5 is #E0D35A. Grayscale: #353535. Windows color (decimal): -14734171 or 10824735. OLE color: 10824735.

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

Color convert

RGB3144165-
CMYK0.810.7300.35
HSL234.18º68.37%38.43%-
HSV(B)234.18º81.21%64.71%-
XYZ8.264.8136.09-
YUV53.91190.69111.66-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.92%
GREEN value IS 44 (17.58% from 255) = 18.33%
BLUE value IS 165 (64.84% from 255) = 68.75%
R=12.92%
G=18.33%
B=68.75%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal31441650.810.7300.35234.1868.3738.43
Hex1F2CA55149023ea4426
Octal375424512111104335210446
Binary1111110110010100101101000110010010100011111010101000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,44,165); }

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

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

 a { background-color: rgb(31,44,165); }

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

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

 span { border-color: rgb(31,44,165); }

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