Html Css Color HEX #1F364F Regal Blue

📋 copy color: '#1F364F'

red 31 ◦ green 54 ◦ blue 79

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

Shades of Regal Blue #1F364F

Tints of Regal Blue #1F364F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 48.17%

R = 18.9%
G = 32.93%
B = 48.17%

CMYK

 C value IS 0.61

 M value IS 0.32

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#1F364F (or 0x1F364F) is known color: Regal Blue. HEX triplet: 1F, 36 and 4F. RGB value is (31,54,79). Sum of RGB (Red+Green+Blue) = 31+54+79=164 (21% of max value = 765). Red value is 31 (12.5% from 255 or 18.90% from 164); Green value is 54 (21.48% from 255 or 32.93% from 164); Blue value is 79 (31.25% from 255 or 48.17% from 164); Max value from RGB is 79 - color contains mainly: blue. Hex color #1F364F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F364F is #E0C9B0. Grayscale: #313131. Windows color (decimal): -14731697 or 5191199. OLE color: 5191199.

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

Color convert

RGB 31 54 79 -
CMYK 0.61 0.32 0 0.69
HSL 211.25º 0.44% 0.22% -
HSV(B) 211.25º 0.61% 0.31% -
XYZ 3.3 3.49 7.9 -
YUV 49.97 144.38 114.47 -
System Red Green Blue C M Y K H S L
Decimal 31 54 79 0.61 0.32 0 0.69 211.25 0.44 0.22
Hex 1F 36 4F 3D 20 0 45 D3 2C 16
Octal 37 66 117 75 40 0 105 323 54 26
Binary 11111 110110 1001111 111101 100000 0 1000101 11010011 101100 10110

Color Harmonies of #1F364F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F364F

Black with #1F364F

Text Example


Text Example

White with #1F364F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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