Html Css Color HEX #1F3954 Regal Blue

📋 copy color: '#1F3954'

red 31 ◦ green 57 ◦ blue 84

#1F3954
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Regal Blue #1F3954

Tints of Regal Blue #1F3954

RGB

 RED value IS 31 (12.5% from 255) = 18.02%

 GREEN value IS 57 (22.66% from 255) = 33.14%

 BLUE value IS 84 (33.2% from 255) = 48.84%

R = 18.02%
G = 33.14%
B = 48.84%

CMYK

 C value IS 0.63

 M value IS 0.32

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#1F3954 (or 0x1F3954) is known color: Regal Blue. HEX triplet: 1F, 39 and 54. RGB value is (31,57,84). Sum of RGB (Red+Green+Blue) = 31+57+84=172 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.02% from 172); Green value is 57 (22.66% from 255 or 33.14% from 172); Blue value is 84 (33.20% from 255 or 48.84% from 172); Max value from RGB is 84 - color contains mainly: blue. Hex color #1F3954 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3954 is #E0C6AB. Grayscale: #343434. Windows color (decimal): -14730924 or 5519647. OLE color: 5519647.

HSL color Cylindrical-coordinate representation of color #1F3954: hue angle of 210.57º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1F3954 is Cyan = 0.63, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 31 57 84 -
CMYK 0.63 0.32 0 0.67
HSL 210.57º 0.46% 0.23% -
HSV(B) 210.57º 0.63% 0.33% -
XYZ 3.63 3.86 8.94 -
YUV 52.3 145.89 112.8 -
System Red Green Blue C M Y K H S L
Decimal 31 57 84 0.63 0.32 0 0.67 210.57 0.46 0.23
Hex 1F 39 54 3F 20 0 43 D3 2E 17
Octal 37 71 124 77 40 0 103 323 56 27
Binary 11111 111001 1010100 111111 100000 0 1000011 11010011 101110 10111

Color Harmonies of #1F3954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3954

Black with #1F3954

Text Example


Text Example

White with #1F3954

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,57,84); }

 H1.HeaderClassName
 {
   color: #1F3954;
 }
 .AnyTagClassName
 {
   color: #1F3954;
 }
</style>

background-color css

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

 a { background-color: rgb(31,57,84); }

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

border-color css

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

 span { border-color: rgb(31,57,84); }

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