#1F4263

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

Shades of Regal Blue #1F4263

Tints of Regal Blue #1F4263

Color information

#1F4263 (or 0x1F4263) is unknown color: approx Regal Blue. HEX triplet: 1F, 42 and 63. RGB value is (31,66,99). Sum of RGB (Red+Green+Blue) = 31+66+99=196 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.82% from 196); Green value is 66 (26.17% from 255 or 33.67% from 196); Blue value is 99 (39.06% from 255 or 50.51% from 196); Max value from RGB is 99 - color contains mainly: blue. Hex color #1F4263 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F4263 is #E0BD9C. Grayscale: #3B3B3B. Windows color (decimal): -14728605 or 6504991. OLE color: 6504991.

HSL color Cylindrical-coordinate representation of color #1F4263: hue angle of 209.12º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1F4263 is Cyan = 0.69, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB316699-
CMYK0.690.3300.61
HSL209.12º52.31%25.49%-
HSV(B)209.12º68.69%38.82%-
XYZ4.775.0912.54-
YUV59.3150.4107.82-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.82%
GREEN value IS 66 (26.17% from 255) = 33.67%
BLUE value IS 99 (39.06% from 255) = 50.51%
R=15.82%
G=33.67%
B=50.51%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3166990.690.3300.61209.1252.3125.49
Hex1F4263452103Dd13419
Octal37102143105410753216431
Binary1111110000101100011100010110000101111011101000111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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