#1f3b98

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

Shades of Egyptian Blue #1F3B98

Tints of Egyptian Blue #1F3B98

Color information

#1F3B98 (or 0x1F3B98) is unknown color: approx Egyptian Blue. HEX triplet: 1F, 3B and 98. RGB value is (31,59,152). Sum of RGB (Red+Green+Blue) = 31+59+152=242 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.81% from 242); Green value is 59 (23.44% from 255 or 24.38% from 242); Blue value is 152 (59.77% from 255 or 62.81% from 242); Max value from RGB is 152 - color contains mainly: blue. Hex color #1F3B98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F3B98 is #E0C467. Grayscale: #3C3C3C. Windows color (decimal): -14730344 or 9976607. OLE color: 9976607.

HSL color Cylindrical-coordinate representation of color #1F3B98: hue angle of 226.12º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F3B98 is Cyan = 0.80, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB3159152-
CMYK0.800.6100.40
HSL226.12º66.12%35.88%-
HSV(B)226.12º79.61%59.61%-
XYZ7.85.6930.39-
YUV61.23179.22106.44-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.81%
GREEN value IS 59 (23.44% from 255) = 24.38%
BLUE value IS 152 (59.77% from 255) = 62.81%
R=12.81%
G=24.38%
B=62.81%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal31591520.800.6100.40226.1266.1235.88
Hex1F3B98503D028e24224
Octal37732301207505034210244
Binary111111110111001100010100001111010101000111000101000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f3b98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,59,152); }

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

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

 a { background-color: rgb(31,59,152); }

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

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

 span { border-color: rgb(31,59,152); }

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