#1F446D

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

Shades of Regal Blue #1F446D

Tints of Regal Blue #1F446D

Color information

#1F446D (or 0x1F446D) is unknown color: approx Regal Blue. HEX triplet: 1F, 44 and 6D. RGB value is (31,68,109). Sum of RGB (Red+Green+Blue) = 31+68+109=208 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.90% from 208); Green value is 68 (26.95% from 255 or 32.69% from 208); Blue value is 109 (42.97% from 255 or 52.40% from 208); Max value from RGB is 109 - color contains mainly: blue. Hex color #1F446D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F446D is #E0BB92. Grayscale: #3D3D3D. Windows color (decimal): -14728083 or 7160863. OLE color: 7160863.

HSL color Cylindrical-coordinate representation of color #1F446D: hue angle of 211.54º degrees, saturation: 0.56, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1F446D is Cyan = 0.72, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3168109-
CMYK0.720.3800.57
HSL211.54º55.71%27.45%-
HSV(B)211.54º71.56%42.75%-
XYZ5.395.5315.25-
YUV61.61154.74106.17-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.90%
GREEN value IS 68 (26.95% from 255) = 32.69%
BLUE value IS 109 (42.97% from 255) = 52.40%
R=14.90%
G=32.69%
B=52.40%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal31681090.720.3800.57211.5455.7127.45
Hex1F446D4826039d4381b
Octal37104155110460713247033
Binary1111110001001101101100100010011001110011101010011100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F446D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,68,109); }

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

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

 a { background-color: rgb(31,68,109); }

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

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

 span { border-color: rgb(31,68,109); }

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