#1F405E

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

Shades of Regal Blue #1F405E

Tints of Regal Blue #1F405E

Color information

#1F405E (or 0x1F405E) is unknown color: approx Regal Blue. HEX triplet: 1F, 40 and 5E. RGB value is (31,64,94). Sum of RGB (Red+Green+Blue) = 31+64+94=189 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.40% from 189); Green value is 64 (25.39% from 255 or 33.86% from 189); Blue value is 94 (37.11% from 255 or 49.74% from 189); Max value from RGB is 94 - color contains mainly: blue. Hex color #1F405E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F405E is #E0BFA1. Grayscale: #393939. Windows color (decimal): -14729122 or 6176799. OLE color: 6176799.

HSL color Cylindrical-coordinate representation of color #1F405E: hue angle of 208.57º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1F405E is Cyan = 0.67, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB316494-
CMYK0.670.3200.63
HSL208.57º50.4%24.51%-
HSV(B)208.57º67.02%36.86%-
XYZ4.424.7711.28-
YUV57.55148.57109.06-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 16.40%
GREEN value IS 64 (25.39% from 255) = 33.86%
BLUE value IS 94 (37.11% from 255) = 49.74%
R=16.40%
G=33.86%
B=49.74%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3164940.670.3200.63208.5750.424.51
Hex1F405E432003Fd13219
Octal37100136103400773216231
Binary1111110000001011110100001110000001111111101000111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F405E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,64,94); }

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

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

 a { background-color: rgb(31,64,94); }

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

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

 span { border-color: rgb(31,64,94); }

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