#1F4569

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

Shades of Regal Blue #1F4569

Tints of Regal Blue #1F4569

Color information

#1F4569 (or 0x1F4569) is unknown color: approx Regal Blue. HEX triplet: 1F, 45 and 69. RGB value is (31,69,105). Sum of RGB (Red+Green+Blue) = 31+69+105=205 (27% of max value = 765). Red value is 31 (12.5% from 255 or 15.12% from 205); Green value is 69 (27.34% from 255 or 33.66% from 205); Blue value is 105 (41.41% from 255 or 51.22% from 205); Max value from RGB is 105 - color contains mainly: blue. Hex color #1F4569 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F4569 is #E0BA96. Grayscale: #3D3D3D. Windows color (decimal): -14727831 or 6898975. OLE color: 6898975.

HSL color Cylindrical-coordinate representation of color #1F4569: hue angle of 209.19º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1F4569 is Cyan = 0.70, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3169105-
CMYK0.700.3400.59
HSL209.19º54.41%26.67%-
HSV(B)209.19º70.48%41.18%-
XYZ5.245.5714.16-
YUV61.74152.41106.07-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.12%
GREEN value IS 69 (27.34% from 255) = 33.66%
BLUE value IS 105 (41.41% from 255) = 51.22%
R=15.12%
G=33.66%
B=51.22%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal31691050.700.3400.59209.1954.4126.67
Hex1F4569462203Bd1361b
Octal37105151106420733216633
Binary1111110001011101001100011010001001110111101000111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,69,105); }

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

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

 a { background-color: rgb(31,69,105); }

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

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

 span { border-color: rgb(31,69,105); }

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