Html Css Color HEX #1F3C59 Regal Blue

📋 copy color: '#1F3C59'

red 31 ◦ green 60 ◦ blue 89

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

Shades of Regal Blue #1F3C59

Tints of Regal Blue #1F3C59

RGB

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

 GREEN value IS 60 (23.83% from 255) = 33.33%

 BLUE value IS 89 (35.16% from 255) = 49.44%

R = 17.22%
G = 33.33%
B = 49.44%

CMYK

 C value IS 0.65

 M value IS 0.33

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1F3C59 (or 0x1F3C59) is known color: Regal Blue. HEX triplet: 1F, 3C and 59. RGB value is (31,60,89). Sum of RGB (Red+Green+Blue) = 31+60+89=180 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.22% from 180); Green value is 60 (23.83% from 255 or 33.33% from 180); Blue value is 89 (35.16% from 255 or 49.44% from 180); Max value from RGB is 89 - color contains mainly: blue. Hex color #1F3C59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3C59 is #E0C3A6. Grayscale: #363636. Windows color (decimal): -14730151 or 5848095. OLE color: 5848095.

HSL color Cylindrical-coordinate representation of color #1F3C59: hue angle of 210º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1F3C59 is Cyan = 0.65, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 31 60 89 -
CMYK 0.65 0.33 0 0.65
HSL 210º 0.48% 0.24% -
HSV(B) 210º 0.65% 0.35% -
XYZ 3.98 4.24 10.06 -
YUV 54.64 147.39 111.14 -
System Red Green Blue C M Y K H S L
Decimal 31 60 89 0.65 0.33 0 0.65 210 0.48 0.24
Hex 1F 3C 59 41 21 0 41 D2 30 18
Octal 37 74 131 101 41 0 101 322 60 30
Binary 11111 111100 1011001 1000001 100001 0 1000001 11010010 110000 11000

Color Harmonies of #1F3C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3C59

Black with #1F3C59

Text Example


Text Example

White with #1F3C59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,60,89); }

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

background-color css

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

 a { background-color: rgb(31,60,89); }

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

border-color css

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

 span { border-color: rgb(31,60,89); }

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