#1F4157

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

Shades of Regal Blue #1F4157

Tints of Regal Blue #1F4157

Color information

#1F4157 (or 0x1F4157) is unknown color: approx Regal Blue. HEX triplet: 1F, 41 and 57. RGB value is (31,65,87). Sum of RGB (Red+Green+Blue) = 31+65+87=183 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.94% from 183); Green value is 65 (25.78% from 255 or 35.52% from 183); Blue value is 87 (34.38% from 255 or 47.54% from 183); Max value from RGB is 87 - color contains mainly: blue. Hex color #1F4157 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F4157 is #E0BEA8. Grayscale: #393939. Windows color (decimal): -14728873 or 5718303. OLE color: 5718303.

HSL color Cylindrical-coordinate representation of color #1F4157: hue angle of 203.57º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1F4157 is Cyan = 0.64, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB316587-
CMYK0.640.2500.66
HSL203.57º47.46%23.14%-
HSV(B)203.57º64.37%34.12%-
XYZ4.184.769.72-
YUV57.34144.74109.21-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 16.94%
GREEN value IS 65 (25.78% from 255) = 35.52%
BLUE value IS 87 (34.38% from 255) = 47.54%
R=16.94%
G=35.52%
B=47.54%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3165870.640.2500.66203.5747.4623.14
Hex1F41574019042cc2f17
Octal371011271003101023145727
Binary1111110000011010111100000011001010000101100110010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,65,87); }

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

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

 a { background-color: rgb(31,65,87); }

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

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

 span { border-color: rgb(31,65,87); }

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