#1F384E

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

Shades of Regal Blue #1F384E

Tints of Regal Blue #1F384E

Color information

#1F384E (or 0x1F384E) is unknown color: approx Regal Blue. HEX triplet: 1F, 38 and 4E. RGB value is (31,56,78). Sum of RGB (Red+Green+Blue) = 31+56+78=165 (21% of max value = 765). Red value is 31 (12.5% from 255 or 18.79% from 165); Green value is 56 (22.27% from 255 or 33.94% from 165); Blue value is 78 (30.86% from 255 or 47.27% from 165); Max value from RGB is 78 - color contains mainly: blue. Hex color #1F384E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F384E is #E0C7B1. Grayscale: #323232. Windows color (decimal): -14731186 or 5126175. OLE color: 5126175.

HSL color Cylindrical-coordinate representation of color #1F384E: hue angle of 208.09º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1F384E is Cyan = 0.60, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB315678-
CMYK0.600.2800.69
HSL208.09º43.12%21.37%-
HSV(B)208.09º60.26%30.59%-
XYZ3.353.677.74-
YUV51.03143.22113.71-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 18.79%
GREEN value IS 56 (22.27% from 255) = 33.94%
BLUE value IS 78 (30.86% from 255) = 47.27%
R=18.79%
G=33.94%
B=47.27%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3156780.600.2800.69208.0943.1221.37
Hex1F384E3C1C045d02b15
Octal3770116743401053205325
Binary11111111000100111011110011100010001011101000010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F384E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,56,78); }

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

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

 a { background-color: rgb(31,56,78); }

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

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

 span { border-color: rgb(31,56,78); }

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