#1F4461

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

Shades of Regal Blue #1F4461

Tints of Regal Blue #1F4461

Color information

#1F4461 (or 0x1F4461) is unknown color: approx Regal Blue. HEX triplet: 1F, 44 and 61. RGB value is (31,68,97). Sum of RGB (Red+Green+Blue) = 31+68+97=196 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.82% from 196); Green value is 68 (26.95% from 255 or 34.69% from 196); Blue value is 97 (38.28% from 255 or 49.49% from 196); Max value from RGB is 97 - color contains mainly: blue. Hex color #1F4461 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F4461 is #E0BB9E. Grayscale: #3C3C3C. Windows color (decimal): -14728095 or 6374431. OLE color: 6374431.

HSL color Cylindrical-coordinate representation of color #1F4461: hue angle of 206.36º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1F4461 is Cyan = 0.68, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB316897-
CMYK0.680.3000.62
HSL206.36º51.56%25.1%-
HSV(B)206.36º68.04%38.04%-
XYZ4.795.2912.08-
YUV60.24148.74107.14-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.82%
GREEN value IS 68 (26.95% from 255) = 34.69%
BLUE value IS 97 (38.28% from 255) = 49.49%
R=15.82%
G=34.69%
B=49.49%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3168970.680.3000.62206.3651.5625.1
Hex1F4461441E03Ece3419
Octal37104141104360763166431
Binary111111000100110000110001001111001111101100111011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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