Html Css Color HEX #1F3951 Regal Blue

📋 copy color: '#1F3951'

red 31 ◦ green 57 ◦ blue 81

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

Shades of Regal Blue #1F3951

Tints of Regal Blue #1F3951

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 47.93%

R = 18.34%
G = 33.73%
B = 47.93%

CMYK

 C value IS 0.62

 M value IS 0.30

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#1F3951 (or 0x1F3951) is known color: Regal Blue. HEX triplet: 1F, 39 and 51. RGB value is (31,57,81). Sum of RGB (Red+Green+Blue) = 31+57+81=169 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.34% from 169); Green value is 57 (22.66% from 255 or 33.73% from 169); Blue value is 81 (32.03% from 255 or 47.93% from 169); Max value from RGB is 81 - color contains mainly: blue. Hex color #1F3951 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3951 is #E0C6AE. Grayscale: #333333. Windows color (decimal): -14730927 or 5323039. OLE color: 5323039.

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

Color convert

RGB 31 57 81 -
CMYK 0.62 0.30 0 0.68
HSL 208.8º 0.45% 0.22% -
HSV(B) 208.8º 0.62% 0.32% -
XYZ 3.51 3.81 8.34 -
YUV 51.96 144.39 113.05 -
System Red Green Blue C M Y K H S L
Decimal 31 57 81 0.62 0.30 0 0.68 208.8 0.45 0.22
Hex 1F 39 51 3E 1E 0 44 D1 2D 16
Octal 37 71 121 76 36 0 104 321 55 26
Binary 11111 111001 1010001 111110 11110 0 1000100 11010001 101101 10110

Color Harmonies of #1F3951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3951

Black with #1F3951

Text Example


Text Example

White with #1F3951

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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