Html Css Color HEX #1F3E60 Regal Blue

📋 copy color: '#1F3E60'

red 31 ◦ green 62 ◦ blue 96

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

Shades of Regal Blue #1F3E60

Tints of Regal Blue #1F3E60

RGB

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

 GREEN value IS 62 (24.61% from 255) = 32.8%

 BLUE value IS 96 (37.89% from 255) = 50.79%

R = 16.4%
G = 32.8%
B = 50.79%

CMYK

 C value IS 0.68

 M value IS 0.35

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#1F3E60 (or 0x1F3E60) is known color: Regal Blue. HEX triplet: 1F, 3E and 60. RGB value is (31,62,96). Sum of RGB (Red+Green+Blue) = 31+62+96=189 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.40% from 189); Green value is 62 (24.61% from 255 or 32.80% from 189); Blue value is 96 (37.89% from 255 or 50.79% from 189); Max value from RGB is 96 - color contains mainly: blue. Hex color #1F3E60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3E60 is #E0C19F. Grayscale: #383838. Windows color (decimal): -14729632 or 6307359. OLE color: 6307359.

HSL color Cylindrical-coordinate representation of color #1F3E60: hue angle of 211.38º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1F3E60 is Cyan = 0.68, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 31 62 96 -
CMYK 0.68 0.35 0 0.62
HSL 211.38º 0.51% 0.25% -
HSV(B) 211.38º 0.68% 0.38% -
XYZ 4.4 4.58 11.72 -
YUV 56.61 150.23 109.74 -
System Red Green Blue C M Y K H S L
Decimal 31 62 96 0.68 0.35 0 0.62 211.38 0.51 0.25
Hex 1F 3E 60 44 23 0 3E D3 33 19
Octal 37 76 140 104 43 0 76 323 63 31
Binary 11111 111110 1100000 1000100 100011 0 111110 11010011 110011 11001

Color Harmonies of #1F3E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3E60

Black with #1F3E60

Text Example


Text Example

White with #1F3E60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,62,96); }

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

background-color css

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

 a { background-color: rgb(31,62,96); }

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

border-color css

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

 span { border-color: rgb(31,62,96); }

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