Html Css Color HEX #1F4569 Regal Blue

📋 copy color: '#1F4569'

red 31 ◦ green 69 ◦ blue 105

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

Shades of Regal Blue #1F4569

Tints of Regal Blue #1F4569

RGB

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

 GREEN value IS 69 (27.34% from 255) = 33.66%

 BLUE value IS 105 (41.41% from 255) = 51.22%

R = 15.12%
G = 33.66%
B = 51.22%

CMYK

 C value IS 0.70

 M value IS 0.34

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#1F4569 (or 0x1F4569) is known color: Regal Blue. HEX triplet: 1F, 45 and 69. RGB value is (31,69,105). Sum of RGB (Red+Green+Blue) = 31+69+105=205 (27% of max value = 765). Red value is 31 (12.5% from 255 or 15.12% from 205); Green value is 69 (27.34% from 255 or 33.66% from 205); Blue value is 105 (41.41% from 255 or 51.22% from 205); Max value from RGB is 105 - color contains mainly: blue. Hex color #1F4569 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F4569 is #E0BA96. Grayscale: #3D3D3D. Windows color (decimal): -14727831 or 6898975. OLE color: 6898975.

HSL color Cylindrical-coordinate representation of color #1F4569: hue angle of 209.19º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1F4569 is Cyan = 0.70, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 31 69 105 -
CMYK 0.70 0.34 0 0.59
HSL 209.19º 0.54% 0.27% -
HSV(B) 209.19º 0.7% 0.41% -
XYZ 5.24 5.57 14.16 -
YUV 61.74 152.41 106.07 -
System Red Green Blue C M Y K H S L
Decimal 31 69 105 0.70 0.34 0 0.59 209.19 0.54 0.27
Hex 1F 45 69 46 22 0 3B D1 36 1B
Octal 37 105 151 106 42 0 73 321 66 33
Binary 11111 1000101 1101001 1000110 100010 0 111011 11010001 110110 11011

Color Harmonies of #1F4569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F4569

Black with #1F4569

Text Example


Text Example

White with #1F4569

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,69,105); }

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

background-color css

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

 a { background-color: rgb(31,69,105); }

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

border-color css

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

 span { border-color: rgb(31,69,105); }

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