Html Css Color HEX #1F415F Regal Blue

📋 copy color: '#1F415F'

red 31 ◦ green 65 ◦ blue 95

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

Shades of Regal Blue #1F415F

Tints of Regal Blue #1F415F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 34.03%

 BLUE value IS 95 (37.5% from 255) = 49.74%

R = 16.23%
G = 34.03%
B = 49.74%

CMYK

 C value IS 0.67

 M value IS 0.32

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#1F415F (or 0x1F415F) is known color: Regal Blue. HEX triplet: 1F, 41 and 5F. RGB value is (31,65,95). Sum of RGB (Red+Green+Blue) = 31+65+95=191 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.23% from 191); Green value is 65 (25.78% from 255 or 34.03% from 191); Blue value is 95 (37.5% from 255 or 49.74% from 191); Max value from RGB is 95 - color contains mainly: blue. Hex color #1F415F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F415F is #E0BEA0. Grayscale: #3A3A3A. Windows color (decimal): -14728865 or 6242591. OLE color: 6242591.

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

Color convert

RGB 31 65 95 -
CMYK 0.67 0.32 0 0.63
HSL 208.13º 0.51% 0.25% -
HSV(B) 208.13º 0.67% 0.37% -
XYZ 4.52 4.9 11.53 -
YUV 58.25 148.74 108.56 -
System Red Green Blue C M Y K H S L
Decimal 31 65 95 0.67 0.32 0 0.63 208.13 0.51 0.25
Hex 1F 41 5F 43 20 0 3F D0 33 19
Octal 37 101 137 103 40 0 77 320 63 31
Binary 11111 1000001 1011111 1000011 100000 0 111111 11010000 110011 11001

Color Harmonies of #1F415F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F415F

Black with #1F415F

Text Example


Text Example

White with #1F415F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,65,95); }

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

background-color css

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

 a { background-color: rgb(31,65,95); }

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

border-color css

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

 span { border-color: rgb(31,65,95); }

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