Html Css Color HEX #1F3956 Regal Blue

📋 copy color: '#1F3956'

red 31 ◦ green 57 ◦ blue 86

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

Shades of Regal Blue #1F3956

Tints of Regal Blue #1F3956

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 49.43%

R = 17.82%
G = 32.76%
B = 49.43%

CMYK

 C value IS 0.64

 M value IS 0.34

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#1F3956 (or 0x1F3956) is known color: Regal Blue. HEX triplet: 1F, 39 and 56. RGB value is (31,57,86). Sum of RGB (Red+Green+Blue) = 31+57+86=174 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.82% from 174); Green value is 57 (22.66% from 255 or 32.76% from 174); Blue value is 86 (33.98% from 255 or 49.43% from 174); Max value from RGB is 86 - color contains mainly: blue. Hex color #1F3956 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3956 is #E0C6A9. Grayscale: #343434. Windows color (decimal): -14730922 or 5650719. OLE color: 5650719.

HSL color Cylindrical-coordinate representation of color #1F3956: hue angle of 211.64º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1F3956 is Cyan = 0.64, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 31 57 86 -
CMYK 0.64 0.34 0 0.66
HSL 211.64º 0.47% 0.23% -
HSV(B) 211.64º 0.64% 0.34% -
XYZ 3.71 3.89 9.36 -
YUV 52.53 146.89 112.64 -
System Red Green Blue C M Y K H S L
Decimal 31 57 86 0.64 0.34 0 0.66 211.64 0.47 0.23
Hex 1F 39 56 40 22 0 42 D4 2F 17
Octal 37 71 126 100 42 0 102 324 57 27
Binary 11111 111001 1010110 1000000 100010 0 1000010 11010100 101111 10111

Color Harmonies of #1F3956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3956

Black with #1F3956

Text Example


Text Example

White with #1F3956

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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