#1F4468

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

Shades of Regal Blue #1F4468

Tints of Regal Blue #1F4468

Color information

#1F4468 (or 0x1F4468) is unknown color: approx Regal Blue. HEX triplet: 1F, 44 and 68. RGB value is (31,68,104). Sum of RGB (Red+Green+Blue) = 31+68+104=203 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.27% from 203); Green value is 68 (26.95% from 255 or 33.50% from 203); Blue value is 104 (41.02% from 255 or 51.23% from 203); Max value from RGB is 104 - color contains mainly: blue. Hex color #1F4468 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F4468 is #E0BB97. Grayscale: #3C3C3C. Windows color (decimal): -14728088 or 6833183. OLE color: 6833183.

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

Color convert

RGB3168104-
CMYK0.700.3500.59
HSL209.59º54.07%26.47%-
HSV(B)209.59º70.19%40.78%-
XYZ5.135.4313.87-
YUV61.04152.24106.57-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.27%
GREEN value IS 68 (26.95% from 255) = 33.50%
BLUE value IS 104 (41.02% from 255) = 51.23%
R=15.27%
G=33.50%
B=51.23%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal31681040.700.3500.59209.5954.0726.47
Hex1F4468462303Bd2361a
Octal37104150106430733226632
Binary1111110001001101000100011010001101110111101001011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,68,104); }

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

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

 a { background-color: rgb(31,68,104); }

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

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

 span { border-color: rgb(31,68,104); }

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