#1F4363

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

Shades of Regal Blue #1F4363

Tints of Regal Blue #1F4363

Color information

#1F4363 (or 0x1F4363) is unknown color: approx Regal Blue. HEX triplet: 1F, 43 and 63. RGB value is (31,67,99). Sum of RGB (Red+Green+Blue) = 31+67+99=197 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.74% from 197); Green value is 67 (26.56% from 255 or 34.01% from 197); Blue value is 99 (39.06% from 255 or 50.25% from 197); Max value from RGB is 99 - color contains mainly: blue. Hex color #1F4363 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F4363 is #E0BC9C. Grayscale: #3B3B3B. Windows color (decimal): -14728349 or 6505247. OLE color: 6505247.

HSL color Cylindrical-coordinate representation of color #1F4363: hue angle of 208.24º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1F4363 is Cyan = 0.69, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB316799-
CMYK0.690.3200.61
HSL208.24º52.31%25.49%-
HSV(B)208.24º68.69%38.82%-
XYZ4.825.2112.56-
YUV59.88150.07107.4-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.74%
GREEN value IS 67 (26.56% from 255) = 34.01%
BLUE value IS 99 (39.06% from 255) = 50.25%
R=15.74%
G=34.01%
B=50.25%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3167990.690.3200.61208.2452.3125.49
Hex1F4363452003Dd03419
Octal37103143105400753206431
Binary1111110000111100011100010110000001111011101000011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,67,99); }

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

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

 a { background-color: rgb(31,67,99); }

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

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

 span { border-color: rgb(31,67,99); }

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