Html Css Color HEX #1F3650 Regal Blue

📋 copy color: '#1F3650'

red 31 ◦ green 54 ◦ blue 80

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

Shades of Regal Blue #1F3650

Tints of Regal Blue #1F3650

RGB

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

 GREEN value IS 54 (21.48% from 255) = 32.73%

 BLUE value IS 80 (31.64% from 255) = 48.48%

R = 18.79%
G = 32.73%
B = 48.48%

CMYK

 C value IS 0.61

 M value IS 0.33

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#1F3650 (or 0x1F3650) is known color: Regal Blue. HEX triplet: 1F, 36 and 50. RGB value is (31,54,80). Sum of RGB (Red+Green+Blue) = 31+54+80=165 (21% of max value = 765). Red value is 31 (12.5% from 255 or 18.79% from 165); Green value is 54 (21.48% from 255 or 32.73% from 165); Blue value is 80 (31.64% from 255 or 48.48% from 165); Max value from RGB is 80 - color contains mainly: blue. Hex color #1F3650 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3650 is #E0C9AF. Grayscale: #313131. Windows color (decimal): -14731696 or 5256735. OLE color: 5256735.

HSL color Cylindrical-coordinate representation of color #1F3650: hue angle of 211.84º 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 #1F3650 is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 31 54 80 -
CMYK 0.61 0.33 0 0.69
HSL 211.84º 0.44% 0.22% -
HSV(B) 211.84º 0.61% 0.31% -
XYZ 3.33 3.51 8.09 -
YUV 50.09 144.88 114.39 -
System Red Green Blue C M Y K H S L
Decimal 31 54 80 0.61 0.33 0 0.69 211.84 0.44 0.22
Hex 1F 36 50 3D 21 0 45 D4 2C 16
Octal 37 66 120 75 41 0 105 324 54 26
Binary 11111 110110 1010000 111101 100001 0 1000101 11010100 101100 10110

Color Harmonies of #1F3650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3650

Black with #1F3650

Text Example


Text Example

White with #1F3650

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,54,80); }

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

background-color css

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

 a { background-color: rgb(31,54,80); }

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

border-color css

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

 span { border-color: rgb(31,54,80); }

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