#1F425D

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

Shades of Regal Blue #1F425D

Tints of Regal Blue #1F425D

Color information

#1F425D (or 0x1F425D) is unknown color: approx Regal Blue. HEX triplet: 1F, 42 and 5D. RGB value is (31,66,93). Sum of RGB (Red+Green+Blue) = 31+66+93=190 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.32% from 190); Green value is 66 (26.17% from 255 or 34.74% from 190); Blue value is 93 (36.72% from 255 or 48.95% from 190); Max value from RGB is 93 - color contains mainly: blue. Hex color #1F425D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F425D is #E0BDA2. Grayscale: #3A3A3A. Windows color (decimal): -14728611 or 6111775. OLE color: 6111775.

HSL color Cylindrical-coordinate representation of color #1F425D: hue angle of 206.13º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1F425D is Cyan = 0.67, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB316693-
CMYK0.670.2900.64
HSL206.13º50%24.31%-
HSV(B)206.13º66.67%36.47%-
XYZ4.494.9811.08-
YUV58.61147.4108.3-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 16.32%
GREEN value IS 66 (26.17% from 255) = 34.74%
BLUE value IS 93 (36.72% from 255) = 48.95%
R=16.32%
G=34.74%
B=48.95%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3166930.670.2900.64206.135024.31
Hex1F425D431D040ce3218
Octal371021351033501003166230
Binary1111110000101011101100001111101010000001100111011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F425D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,66,93); }

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

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

 a { background-color: rgb(31,66,93); }

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

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

 span { border-color: rgb(31,66,93); }

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