Html Css Color HEX #1F3F63 Regal Blue

📋 copy color: '#1F3F63'

red 31 ◦ green 63 ◦ blue 99

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

Shades of Regal Blue #1F3F63

Tints of Regal Blue #1F3F63

RGB

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

 GREEN value IS 63 (25% from 255) = 32.64%

 BLUE value IS 99 (39.06% from 255) = 51.3%

R = 16.06%
G = 32.64%
B = 51.3%

CMYK

 C value IS 0.69

 M value IS 0.36

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#1F3F63 (or 0x1F3F63) is known color: Regal Blue. HEX triplet: 1F, 3F and 63. RGB value is (31,63,99). Sum of RGB (Red+Green+Blue) = 31+63+99=193 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.06% from 193); Green value is 63 (25% from 255 or 32.64% from 193); Blue value is 99 (39.06% from 255 or 51.30% from 193); Max value from RGB is 99 - color contains mainly: blue. Hex color #1F3F63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3F63 is #E0C09C. Grayscale: #393939. Windows color (decimal): -14729373 or 6504223. OLE color: 6504223.

HSL color Cylindrical-coordinate representation of color #1F3F63: hue angle of 211.76º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1F3F63 is Cyan = 0.69, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 31 63 99 -
CMYK 0.69 0.36 0 0.61
HSL 211.76º 0.52% 0.25% -
HSV(B) 211.76º 0.69% 0.39% -
XYZ 4.59 4.75 12.48 -
YUV 57.54 151.4 109.07 -
System Red Green Blue C M Y K H S L
Decimal 31 63 99 0.69 0.36 0 0.61 211.76 0.52 0.25
Hex 1F 3F 63 45 24 0 3D D4 34 19
Octal 37 77 143 105 44 0 75 324 64 31
Binary 11111 111111 1100011 1000101 100100 0 111101 11010100 110100 11001

Color Harmonies of #1F3F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3F63

Black with #1F3F63

Text Example


Text Example

White with #1F3F63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,63,99); }

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

background-color css

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

 a { background-color: rgb(31,63,99); }

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

border-color css

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

 span { border-color: rgb(31,63,99); }

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