#1F3F59

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

Shades of Regal Blue #1F3F59

Tints of Regal Blue #1F3F59

Color information

#1F3F59 (or 0x1F3F59) is unknown color: approx Regal Blue. HEX triplet: 1F, 3F and 59. RGB value is (31,63,89). Sum of RGB (Red+Green+Blue) = 31+63+89=183 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.94% from 183); Green value is 63 (25% from 255 or 34.43% from 183); Blue value is 89 (35.16% from 255 or 48.63% from 183); Max value from RGB is 89 - color contains mainly: blue. Hex color #1F3F59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3F59 is #E0C0A6. Grayscale: #383838. Windows color (decimal): -14729383 or 5848863. OLE color: 5848863.

HSL color Cylindrical-coordinate representation of color #1F3F59: hue angle of 206.9º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1F3F59 is Cyan = 0.65, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB316389-
CMYK0.650.2900.65
HSL206.9º48.33%23.53%-
HSV(B)206.9º65.17%34.9%-
XYZ4.154.5710.11-
YUV56.4146.4109.89-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 16.94%
GREEN value IS 63 (25% from 255) = 34.43%
BLUE value IS 89 (35.16% from 255) = 48.63%
R=16.94%
G=34.43%
B=48.63%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3163890.650.2900.65206.948.3323.53
Hex1F3F59411D041cf3018
Octal37771311013501013176030
Binary111111111111011001100000111101010000011100111111000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,63,89); }

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

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

 a { background-color: rgb(31,63,89); }

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

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

 span { border-color: rgb(31,63,89); }

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