#1F354F

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

Shades of Regal Blue #1F354F

Tints of Regal Blue #1F354F

Color information

#1F354F (or 0x1F354F) is unknown color: approx Regal Blue. HEX triplet: 1F, 35 and 4F. RGB value is (31,53,79). Sum of RGB (Red+Green+Blue) = 31+53+79=163 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.02% from 163); Green value is 53 (21.09% from 255 or 32.52% from 163); Blue value is 79 (31.25% from 255 or 48.47% from 163); Max value from RGB is 79 - color contains mainly: blue. Hex color #1F354F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F354F is #E0CAB0. Grayscale: #313131. Windows color (decimal): -14731953 or 5190943. OLE color: 5190943.

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

Color convert

RGB315379-
CMYK0.610.3300.69
HSL212.5º43.64%21.57%-
HSV(B)212.5º60.76%30.98%-
XYZ3.253.47.88-
YUV49.39144.71114.89-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 19.02%
GREEN value IS 53 (21.09% from 255) = 32.52%
BLUE value IS 79 (31.25% from 255) = 48.47%
R=19.02%
G=32.52%
B=48.47%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3153790.610.3300.69212.543.6421.57
Hex1F354F3D21045d42c16
Octal3765117754101053245426
Binary111111101011001111111101100001010001011101010010110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F354F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,53,79); }

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

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

 a { background-color: rgb(31,53,79); }

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

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

 span { border-color: rgb(31,53,79); }

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